Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anti aliasing support #2

Open
ashe23 opened this issue Mar 28, 2023 · 0 comments
Open

Anti aliasing support #2

ashe23 opened this issue Mar 28, 2023 · 0 comments

Comments

@ashe23
Copy link

ashe23 commented Mar 28, 2023

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 the MakeLines method accepts an anti-aliasing parameter.

SLATECORE_API static void MakeLines( FSlateWindowElementList& ElementList, uint32 InLayer, const FPaintGeometry& PaintGeometry, const TArray<FVector2D>& Points, ESlateDrawEffect InDrawEffects = ESlateDrawEffect::None, const FLinearColor& InTint=FLinearColor::White, bool bAntialias = true, float Thickness = 1.0f );

I would greatly appreciate any information or guidance on how to achieve this. Thank you in advance for your assistance.

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant