ERelativeTransformSpace

The space for the transform

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h

Include

#include "Components/SceneComponent.h"

Syntax

enum ERelativeTransformSpace
{
    RTS_World,
    RTS_Actor,
    RTS_Component,
    RTS_ParentBoneSpace,
}

Values

Name

Description

RTS_World

World space transform.

RTS_Actor

Actor space transform.

RTS_Component

Component space transform.

RTS_ParentBoneSpace

Parent bone space transform

Remarks

The space for the transform

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