Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidgetAnimation
Description
Get the end time of this animation.
| Name | GetEndTime |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimation.h |
| Include Path | #include "Animation/WidgetAnimation.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimation.cpp |
UFUNCTION (BlueprintCallable, Category="Animation")
float GetEndTime() const
End time in seconds.
See Also
- GetStartTime