Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPoseableMeshComponent
Description
Take the BoneSpaceTransforms array (translation vector, rotation quaternion and scale vector) and update the array of component-space bone transformation matrices (SpaceBases). It will work down hierarchy multiplying the component-space transform of the parent by the relative transform of the child. This code also applies any per-bone rotators etc. as part of the composition process
| Name | FillComponentSpaceTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PoseableMeshComponent.h |
| Include Path | #include "Components/PoseableMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PoseableMeshComponent.cpp |
void FillComponentSpaceTransforms()