Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/UControlRig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigControlValue GetControlValue
(
const FName& InControlName |
Returns the value of a Control. | ControlRig.h | |
FRigControlValue GetControlValue
(
FRigControlElement* InControl, |
ControlRig.h |
GetControlValue(const FName &)
Description
Returns the value of a Control.
| Name | GetControlValue |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRig.h |
| Include Path | #include "ControlRig.h" |
FRigControlValue GetControlValue
(
const FName & InControlName
) const
GetControlValue(FRigControlElement *, const ERigControlValueType &)
| Name | GetControlValue |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRig.h |
| Include Path | #include "ControlRig.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/ControlRig.cpp |
FRigControlValue GetControlValue
(
FRigControlElement * InControl,
const ERigControlValueType & InValueType
) const