Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine > API/Runtime/Engine/PhysicsEngine/UPhysicsAsset > API/Runtime/Engine/PhysicsEngine/UPhysicsAsset/GetBodyIndicesBelow
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 |
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.