Navigation
Unreal Engine C++ API Reference > 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&40;BlueprintPure, Category&61;"ControlRig"&41;
FVector2D GetControlVector2D
&40;
FName ControlName
&41;
Remarks
Returns the value of a Vector3D control The Vector3D value of the control
Parameters
Name | Description |
---|---|
ControlName | The name of the control to retrieve the value for |