Navigation
API > API/Runtime > API/Runtime/AnimationCore
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/CCDIK.h |
| Include | #include "CCDIK.h" |
Syntax
struct FCCDIKChainLink
Remarks
Transient structure for CCDIK node evaluation
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | ChildZeroLengthTransformIndices | Child bones which are overlapping this bone. | |
| double | CurrentAngleDelta | ||
| FTransform | LocalTransform | Transform of bone in local space. This is mutable as their component space changes or parents | |
| FTransform | Transform | Transform of bone in component space. | |
| int32 | TransformIndex | Transform Index that this control will output |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCCDIKChainLink
(
const FTransform& InTransform, |