Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigUnit_ChainInfo_Segment |
| 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 ()
struct FRigUnit_ChainInfo_Segment
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_ChainInfo_Segment() |
Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CumLength | float | Inclusive length of all previous segments and this one | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| EndItem | FCachedRigElement | Emd item of the chain segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| EndItemIndex | int | Emd item index of the chain segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| InitialCumLength | float | Inclusive initial length of all previous segments and this one | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| InitialLength | float | Initial length of segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| Length | float | Length of segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| StartItem | FCachedRigElement | Start item of the chain segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h | |
| StartItemIndex | int | Start item index of the chain segment | Units/Highlevel/Hierarchy/RigUnit_ChainInfo.h |