Navigation
API > API/Plugins > API/Plugins/ContextualAnimation > API/Plugins/ContextualAnimation/UContextualAnimUtilities
References
| Module | ContextualAnimation |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimUtilities.h |
| Include | #include "ContextualAnimUtilities.h" |
| Source | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Private/ContextualAnimUtilities.cpp |
static void ExtractComponentSpacePose
&40;
const UAnimSequenceBase &42; Animation,
const FBoneContainer & BoneContainer,
float Time,
bool bExtractRootMotion,
FCSPose< FCompactPose > & OutPose
&41;
Remarks
Helper function to extract component space pose from an animation at a given time If the supplied animation is a montage it will extract the pose from the first track IMPORTANT: This function expects you to add a MemMark (FMemMark Mark(FMemStack::Get());) at the correct scope if you are using it from outside world's tick