Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/BoneContainer.h |
| Include | #include "BoneContainer.h" |
Syntax
struct FSkelMeshRefPoseOverride
Remarks
Struct used to store per-component ref pose override
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMatrix44f > | RefBasesInvMatrix | Inverse of (component space) ref pose matrices | |
| TArray< FTransform > | RefBonePoses | Per bone transforms (local space) for new ref pose |