Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnWidgetAnimationEvent & OnAnimationStartedPlaying () |
Called when a sequence player is finished playing an animation | Blueprint/UserWidget.h | |
virtual void OnAnimationStartedPlaying
(
UUMGSequencePlayer& Player |
Blueprint/UserWidget.h |
OnAnimationStartedPlaying()
Description
Called when a sequence player is finished playing an animation
| Name | OnAnimationStartedPlaying |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
FOnWidgetAnimationEvent & OnAnimationStartedPlaying()
OnAnimationStartedPlaying(UUMGSequencePlayer &)
| Name | OnAnimationStartedPlaying |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
virtual void OnAnimationStartedPlaying
(
UUMGSequencePlayer & Player
)