Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/UControlRigComponent
References
Module | ControlRig |
Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigComponent.h |
Include | #include "ControlRigComponent.h" |
Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/ControlRigComponent.cpp |
UFUNCTION (BlueprintCallable, Category="ControlRig")
void SetControlTransform
(
FName ControlName,
FTransform Value,
EControlRigComponentSpace Space
)
Remarks
Sets the value of a transform control
Parameters
Name | Description |
---|---|
ControlName | The name of the control to set |
Value | The new value for the control |
Space | The space to set the value in |