ERelativeTransformSpace

The space for the transform

Choose your operating system:

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