Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UUserWidget
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include | #include "Blueprint/UserWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
UFUNCTION (BlueprintCallable, BlueprintCosmetic, Category="User Interface|Animation")
void SetAnimationCurrentTime
(
const UWidgetAnimation * InAnimation,
float InTime
)
Remarks
Sets the current time of the animation in this widget. Does not change state.
Parameters
| Name | Description |
|---|---|
| The | name of the animation to get the current time for |
| The | current time of the animation. |