Navigation
API > API/Editor > API/Editor/AnimationBlueprintLibrary > API/Editor/AnimationBlueprintLibrary/UAnimPoseExtensions
Description
Returns a CompactPose from the given FAnimPose. This function should not be exposed to blueprint
| Name | GetCompactPose |
| Type | function |
| Header File | /Engine/Source/Editor/AnimationBlueprintLibrary/Public/AnimPose.h |
| Include Path | #include "AnimPose.h" |
| Source | /Engine/Source/Editor/AnimationBlueprintLibrary/Private/AnimPose.cpp |
static void GetCompactPose
(
const FAnimPose & Pose,
FCompactPose & InOutCompactPose
)
Parameters
| Name | Remarks |
|---|---|
| Pose | Anim Pose to retrieve the value from |
| InOutCompactPose | CompactPose from the Pose |