UPhysicsAsset::GetBodyIndicesBelow

Utility for getting indices of all bodies below (and including) the one with the supplied name.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsAsset.h

Include

#include "PhysicsEngine/PhysicsAsset.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsAsset.cpp

Syntax

void GetBodyIndicesBelow
(
    TArray< int32 > & OutBodyIndices,
    FName InBoneName,
    USkeletalMesh * InSkelMesh,
    bool bIncludeParent
)

Remarks

Utility for getting indices of all bodies below (and including) the one with the supplied name.

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