Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimStreamable
Description
Get Bone Transform of the Time given, relative to Parent for all RequiredBones This returns different transform based on additive or not. Or what kind of additive.
Virtual Inheritance
- UAnimSequenceBase::GetAnimationPose → UAnimStreamable::GetAnimationPose
| Name | GetAnimationPose |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimStreamable.h |
| Include Path | #include "Animation/AnimStreamable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimStreamable.cpp |
virtual void GetAnimationPose
(
FAnimationPoseData & OutPoseData,
const FAnimExtractContext & ExtractionContext
) const
Parameters
| Name | Remarks |
|---|---|
| OutPose | Pose object to fill |
| OutCurve | Curves to fill |
| ExtractionContext | Extraction Context (position, looping, root motion, etc.) |