EControlRigComponentSpace

Enum for controlling which space a transform is applied in.

Windows
MacOS
Linux

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/ControlRigComponent.h

Include

#include "ControlRigComponent.h"

Syntax

enum EControlRigComponentSpace
{
    WorldSpace,
    ActorSpace,
    ComponentSpace,
    RigSpace,
    LocalSpace,
    Max,
}

Values

Name

Description

WorldSpace

World space transform

ActorSpace

The space below the actor's root transform

ComponentSpace

The space defined by the Control Rig Component

RigSpace

The space within the rig.

LocalSpace

The space defined by each element's parent (bone, control etc)

Max

Remarks

Enum for controlling which space a transform is applied in.

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