Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBaseCompactPose
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ResetToRefPose () |
Sets this pose to its ref pose. | BonePose.h | |
void ResetToRefPose
(
const FBoneContainer& RequiredBones |
Sets this pose to the supplied BoneContainers ref pose. | BonePose.h |
ResetToRefPose()
Description
Sets this pose to its ref pose.
| Name | ResetToRefPose |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/BonePose.h |
| Include Path | #include "BonePose.h" |
void ResetToRefPose()
ResetToRefPose(const FBoneContainer &)
Description
Sets this pose to the supplied BoneContainers ref pose.
| Name | ResetToRefPose |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/BonePose.h |
| Include Path | #include "BonePose.h" |
void ResetToRefPose
(
const FBoneContainer & RequiredBones
)