Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigUnit_ChainInfo_SegmentInfo |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h |
| Include Path | #include "Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigUnit_ChainInfo_SegmentInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_ChainInfo_SegmentInfo() |
Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SegmentEndItem | FRigElementKey | The item ending the current segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentEndItemIndex | int | The item index ending the current segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentIndex | int | The current segment index | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentLength | float | The current segment length | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentParam | float | The current segment parameter from 0 to 1 | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentParamLength | float | Local segment length of segment param | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentStartItem | FRigElementKey | The item starting the current segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentStartItemIndex | int | The item index starting the current segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| SegmentStretchFactor | float | Stretch factor of current segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h |