USkeleton::GetChildBones

Get List of Child Bones of the ParentBoneIndex

Windows
MacOS
Linux

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

Syntax

int32 GetChildBones
(
    int32 ParentBoneIndex,
    TArray< int32 > & Children
) const

Remarks

Get List of Child Bones of the ParentBoneIndex

Parameters

Parameter

Description

Parent

Bone Index

(out)

List of Direct Children

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss