Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/UBlendSpacePlayerLibrary
Description
Gets the current accumulated time of the blend space player. For blend spaces, this is normalized (0 - 1)
| Name | GetAccumulatedTime |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/BlendSpacePlayerLibrary.h |
| Include Path | #include "BlendSpacePlayerLibrary.h" |
| Source | /Engine/Source/Runtime/AnimGraphRuntime/Private/BlendSpacePlayerLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Blend Space Player", Meta=(BlueprintThreadSafe))
static float GetAccumulatedTime
(
const FBlendSpacePlayerReference & BlendSpacePlayer
)