ERotationSpace

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h

Include

#include "Rendering/DrawElements.h"

Syntax

enum ERotationSpace
{
    RelativeToElement,
    RelativeToWorld,
}

Values

Name

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss