Navigation
API > API/Plugins > API/Plugins/AnimationWarpingRuntime
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UAnimationWarpingLibrary
References
| Module | AnimationWarpingRuntime |
| Header | /Engine/Plugins/Animation/AnimationWarping/Source/Runtime/Public/AnimationWarpingLibrary.h |
| Include | #include "AnimationWarpingLibrary.h" |
Syntax
UCLASS (Experimental)
class UAnimationWarpingLibrary : public UBlueprintFunctionLibrary
Remarks
Exposes operations related to Animation Warping.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCurveValueFromAnimation
(
const UAnimSequenceBase* Animation, |
Helper function to extract the value of a curve in an animation at a given time | |
| FTransform | GetOffsetRootTransform
(
const FAnimNodeReference& Node |
Get the current world space transform from the offset root bone animgraph node |