Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/USkeleton
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h |
| Include | #include "Animation/Skeleton.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp |
int32 GetChildBones
&40;
int32 ParentBoneIndex,
TArray< int32 > & Children
&41; const
Remarks
Get List of Child Bones of the ParentBoneIndex
Parameters
| Name | Description |
|---|---|
| Parent | Bone Index |
| (out) | List of Direct Children |