|
| | FWidgetAnimationState () |
| |
| void | Initialize (UWidgetAnimation *InAnimation, UUserWidget *InUserWidget) |
| |
| UUserWidget * | GetUserWidget () const |
| |
| const UWidgetAnimation * | GetAnimation () const |
| |
| TSharedPtr< UE::MovieScene::FSharedPlaybackState > | GetSharedPlaybackState () const |
| |
| FName | GetUserTag () const |
| |
| void | SetUserTag (FName InUserTag) |
| |
| bool | IsStopping () const |
| |
| bool | IsPendingDelete () const |
| |
| FOnWidgetAnimationEvent & | GetOnWidgetAnimationFinished () |
| |
| UMG_API UUMGSequencePlayer * | GetOrCreateLegacyPlayer () |
| |
| UMG_API UUMGSequencePlayer * | GetLegacyPlayer () const |
| |
| UMG_API FWidgetAnimationHandle | GetAnimationHandle () const |
| |
| UMG_API bool | IsPlayingForward () const |
| |
| UMG_API EMovieScenePlayerStatus::Type | GetPlaybackStatus () const |
| |
| UMG_API void | SetPlaybackStatus (EMovieScenePlayerStatus::Type InPlaybackStatus) |
| |
| UMG_API FQualifiedFrameTime | GetCurrentTime () const |
| |
| UMG_API void | SetCurrentTime (float InTime) |
| |
| UMG_API void | SetNumLoopsToPlay (int32 InNumLoopsToPlay) |
| |
| UMG_API void | SetPlaybackSpeed (float PlaybackSpeed) |
| |
| UMG_API void | Tick (float InDeltaSeconds) |
| |
| UMG_API void | Play (const FWidgetAnimationStatePlayParams &PlayParams) |
| |
| UMG_API void | Stop () |
| |
| UMG_API void | Pause () |
| |
| UMG_API void | Reverse () |
| |
| UMG_API void | RemoveEvaluationData () |
| |
| UMG_API void | TearDown () |
| |
| UMG_API bool | IsValid () const |
| |
| UMG_API void | AddReferencedObjects (FReferenceCollector &Collector) |
| |
| TSharedRef< FWidgetAnimationState, Mode > | AsShared () |
| |
| TSharedRef< FWidgetAnimationState const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FWidgetAnimationState, Mode > | AsWeak () |
| |
| TWeakPtr< FWidgetAnimationState const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
A class that runs an animation on a widget.