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 |
Transform a location/rotation in bone relative space to world space.
Parameter |
Description |
---|---|
BoneName |
Name of bone |
InPosition |
Input position |
InRotation |
Input rotation |
OutPosition |
(out) Transformed position |
OutRotation |
(out) Transformed rotation |