UControlRigComponent::GetControlPosition

Returns the value of a position control

Windows
MacOS
Linux

References

Module

ControlRig

Header

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

Include

#include "ControlRigComponent.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Private/ControlRigComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="ControlRig")
FVector GetControlPosition
(
    FName ControlName,
    EControlRigComponentSpace Space
)

Remarks

Returns the value of a position control

Returns

The position value of the control

Parameters

Parameter

Description

ControlName

The name of the control to retrieve the value for

Space

The space to retrieve the control's value 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