Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
Include |
#include "Components/SkinnedMeshComponent.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
Tests if BoneName is child of (or equal to) ParentBoneName.
will return false if ChildBoneIndex is the same as ParentBoneIndex ie. must be strictly a child.
true if child (strictly, not same). false otherwise
Parameter |
Description |
---|---|
BoneName |
Name of the bone |
ParentBone |
Name to check |