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 |
FVector GetBoneAxis
&40;
FName BoneName,
EAxis::Type Axis
&41; const
Remarks
Finds a vector pointing along the given axis of the given bone the direction of the specified axis, or (0,0,0) if the specified bone was not found
Parameters
| Name | Description |
|---|---|
| BoneName | the name of the bone to find |
| Axis | the axis of that bone to return |