Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/IKRig/Source/IKRig/Public/IKRigSkeleton.h |
Include |
#include "IKRigSkeleton.h" |
USTRUCT()
struct FIKRigInputSkeleton
Data used just to initialize an IKRigSkeleton from outside systems
The input skeleton may be different than the skeleton that the IK Rig asset was created for, within some limits.
It must have all the Bones that the IK Rig asset referenced (must be a sub-set)
All the bones must have the same parents (no change in hierarchy)
You can however add additional bones, change the reference pose (including proportions) and the bone indices. This allows you to run the same IK Rig asset on somewhat different skeletal meshes.
To validate compatibility use UIKRigProcess::IsIKRigCompatibleWithSkeleton()
Name | Description | |
---|---|---|
|
FIKRigInputSkeleton() |
|
|
FIKRigInputSkeleton ( |
Name | Description | ||
---|---|---|---|
|
Initialize ( |
||
|
Reset() |