Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/UBlendSpacePlayerLibrary
Description
Set the current accumulated time of the blend space player. For blend spaces, this is normalized (0 - 1)
| Name | SetAccumulatedTime |
| 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 (BlueprintCallable, Category="Blend Space Player", Meta=(BlueprintThreadSafe))
static FBlendSpacePlayerReference SetAccumulatedTime
(
const FBlendSpacePlayerReference & BlendSpacePlayer,
float Time
)