Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/FRigControlValue
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h |
| Include | #include "Rigs/RigHierarchyDefines.h" |
Syntax
struct FEulerTransform_Float
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | RotationPitch | ||
| float | RotationRoll | ||
| float | RotationYaw | ||
| float | ScaleX | ||
| float | ScaleY | ||
| float | ScaleZ | ||
| float | TranslationX | ||
| float | TranslationY | ||
| float | TranslationZ |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEulerTransform_Float
(
const FEulerTransform& InTransform |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRotator | GetRotator () |
||
| FVector3f | GetScale3D () |
||
| FVector3f | |||
| FEulerTransform | ToTransform () |