UIProperty¶
| Value | Description |
|---|---|
PixelRect |
Return pixel rectangle that is available inside this widget (float4) |
RemainingSize |
Return remaining size inside this widget (float2) |
ScreenSize |
The screen size of the UI. (float2) |
PixelsPerPoint |
The amounts of pixels that correspond to 1 UI point. (float) |
IsAnythingBeingDragged |
Returns true when anything is being dragged. (bool) |
CursorPosition |
The position of the UI cursor |
IsHovered |
True if the current UI area is being hovered over. (bool) |