The scroll box widget currently hides the cursor and manually draws a closed hand software cursor in SScrollBox::OnPaint when right clicking and dragging. This software cursor does not account for DPI scaling, and will appear smaller than the default cursor as a result.
const FSlateBrush* Brush = FCoreStyle::Get().GetBrush(TEXT("SoftwareCursor_Grab")); FSlateDrawElement::MakeBox( OutDrawElements, ++NewLayerId, AllottedGeometry.ToPaintGeometry( SoftwareCursorPosition - ( Brush->ImageSize / 2 ), Brush->ImageSize ), Brush );
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How to achieve HLSL Multiple Render Target in Material blueprints?
How can i modify the param name in EQS node
How does TextureRenderTarget2D get TArray<uint8> type data?
How can actor's procedural mesh component variables translate positions with acotr?
How does UMG set overlapping layouts?
What method is used to fill polygonal regions when drawing spline mesh at run time?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-170842 in the post.
0 |
Component | UE - Editor - UI Systems - Slate |
---|---|
Affects Versions | 4.27, 5.0, 5.1 |
Target Fix | 5.2 |
Created | Nov 22, 2022 |
---|---|
Resolved | Dec 16, 2022 |
Updated | Feb 4, 2023 |