Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
void GetBoneNames
&40;
TArray< FName > & BoneNames
&41;
Remarks
Fills the given array with the names of all the bones in this component's current SkeletalMesh
Parameters
| Name | Description |
|---|---|
| (out) | Array to fill the names of the bones |