Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimUtilities.h |
Include |
#include "ContextualAnimUtilities.h" |
UCLASS()
class UContextualAnimUtilities : public UBlueprintFunctionLibrary
Name | Description | ||
---|---|---|---|
|
float |
BP_Montage_GetSectionLength ( |
|
|
BP_Montage_GetSectionStartAndEndTime ( |
||
|
float |
BP_Montage_GetSectionTimeLeftFromPos ( |
|
|
DrawDebugPose ( |
||
|
DrawDebugScene ( |
||
|
ExtractComponentSpacePose ( |
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 |
|
|
ExtractLocalSpacePose ( |
Helper function to extract local space pose from an animation at a given time. |
|
|
ExtractRootMotionFromAnimation ( |
Extract Root Motion transform from a contiguous position range |
|
|
ExtractRootTransformFromAnimation ( |
Extract root bone transform at a given time |
|
|
UAnimInstanc... |
TryGetAnimInstance ( |
|
|
USkeletalMes... |
TryGetSkeletalMeshComponent ( |