Navigation
API > API/Runtime > API/Runtime/Engine
The space for the transform
| Name | ERelativeTransformSpace |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include Path | #include "Components/SceneComponent.h" |
Syntax
enum ERelativeTransformSpace
{
RTS_World,
RTS_Actor,
RTS_Component,
RTS_ParentBoneSpace,
}
Values
| Name | Remarks |
|---|---|
| RTS_World | World space transform. |
| RTS_Actor | Actor space transform. |
| RTS_Component | Component space transform. |
| RTS_ParentBoneSpace | Parent bone space transform |