Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateDrawElement
| |
|
| Name |
ERotationSpace |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include Path |
#include "Rendering/DrawElementTypes.h" |
Syntax
enum ERotationSpace
{
RelativeToElement,
RelativeToWorld,
}
Values
| Name |
Remarks |
| RelativeToElement |
Relative to the element. (0,0) is the upper left corner of the element |
| RelativeToWorld |
Relative to the alloted paint geometry. (0,0) is the upper left corner of the paint geometry |