You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing the information about custom drawing shapes in Unreal Engine and making the project available for free. It's greatly appreciated.
I have a question regarding the possibility of drawing custom shapes with anti-aliasing enabled. I've looked into the source code and noticed that within the FSlateDrawElement class, it seems like only the MakeLines method accepts an anti-aliasing parameter.
Hi,
Thank you for sharing the information about custom drawing shapes in Unreal Engine and making the project available for free. It's greatly appreciated.
I have a question regarding the possibility of drawing custom shapes with anti-aliasing enabled. I've looked into the source code and noticed that within the
FSlateDrawElement
class, it seems like only theMakeLines
method accepts an anti-aliasing parameter.I would greatly appreciate any information or guidance on how to achieve this. Thank you in advance for your assistance.
Best regards,
The text was updated successfully, but these errors were encountered: