implements IMovieSceneSequenceTickManagerClient
0x00x0470
Members 19
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0028 | 0x1F8 | padding / unreflected | |||
| 0x10 | Observer | TScriptInterface<IMovieSceneSequencePlayerObserver> | Net+6 flags | <InterfaceProperty> | |
| 0x10 | OnPlay | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnPlayReverse | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnStop | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnPause | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnFinished | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x0280 | 0x10 | padding / unreflected | |||
| 0x01 | Status | EMovieScenePlayerStatus | Protected+5 flags | Stopped | |
| 0x0291 | 0x03 | padding / unreflected | |||
| 0x01 | bReversePlayback : 1bit 0 | bool | NetProtected+3 flags | false | |
| 0x0295 | 0x03 | padding / unreflected | |||
| 0x08 | Sequence | UMovieSceneSequence* | TransientProtected+6 flags | nullptr | |
| 0x04 | StartTime | FFrameNumber | NetProtected+4 flags | {Value=0} | |
| 0x04 | DurationFrames | int32 | NetProtected+5 flags | 0 | |
| 0x04 | DurationSubFrames | float | NetProtected+5 flags | 0 | |
| 0x04 | CurrentNumLoops | int32 | TransientProtected+5 flags | 0 | |
| 0x04 | SerialNumber | int32 | TransientProtected+5 flags | 0 | |
| 0x28 | PlaybackSettings | FMovieSceneSequencePlaybackSettings | NetProtected+2 flags | {bAutoPlay=false, LoopCount={Value=0}, TickInterval={TickIn… | |
| 0x02DC | 0x04 | padding / unreflected | |||
| 0x20 | RootTemplateInstance | FMovieSceneRootEvaluationTemplateInstance | TransientProtected+1 flags | {EntitySystemLinker=nullptr} | |
| 0x0300 | 0x8C | padding / unreflected | |||
| 0x14 | NetSyncProps | FMovieSceneSequenceReplProperties | NetProtected+2 flags | {LastKnownPosition={FrameNumber={Value=0}, SubFrame=0}, Las… | |
| 0x10 | PlaybackClient | TScriptInterface<IMovieScenePlaybackClient> | TransientProtected+6 flags | <InterfaceProperty> | |
| 0x08 | TickManager | UMovieSceneSequenceTickManager* | TransientProtected+6 flags | nullptr | |
| 0x03B8 | 0xB8 | unreflected bytes to end of UMovieSceneSequencePlayer | |||
Functions 42
| Signature | Flags | Native | Params |
|---|---|---|---|
| void StopAtCurrentTime() | FinalNative+1 flags | 0x00 | |
| void Stop() | FinalNative+1 flags | 0x00 | |
| void SetWeight(double InWeight) | FinalNative+1 flags | 0x08 | |
| void SetTimeRange(float StartTime, float Duration) | FinalNative+1 flags | 0x08 | |
| void SetPlayRate(float PlayRate) | FinalNative+1 flags | 0x04 | |
| void SetPlaybackPosition(const FMovieSceneSequencePlaybackParams& PlaybackParams) | FinalNative+1 flags | 0x40 | |
| void SetHideHud(bool HideHud) | FinalNative+1 flags | 0x01 | |
| void SetFrameRate(const FFrameRate& FrameRate) | FinalNative+1 flags | 0x08 | |
| void SetFrameRange(int32 StartFrame, int32 Duration, float SubFrames) | FinalNative+1 flags | 0x0C | |
| void SetDisableCameraCuts(bool bInDisableCameraCuts) | FinalNative+1 flags | 0x01 | |
| void SetCompletionModeOverride(const EMovieSceneCompletionModeOverride& CompletionModeOverride) | FinalNative+1 flags | 0x01 | |
| void Scrub() | FinalNative+1 flags | 0x00 | |
| void RPC_OnStopEvent(const FFrameTime& StoppedTime, int32 NewSerialNumber) | FinalNative+2 flags | 0x0C | |
| void RPC_OnFinishPlaybackEvent(const FFrameTime& StoppedTime, int32 NewSerialNumber) | FinalNative+2 flags | 0x0C | |
| void RPC_ExplicitServerUpdateEvent(const EUpdatePositionMethod& Method, const FFrameTime& RelevantTime, int32 NewSerialNumber) | FinalNative+2 flags | 0x10 | |
| void RestoreState() | FinalNative+1 flags | 0x00 | |
| void RequestInvalidateBinding(const FMovieSceneObjectBindingID& ObjectBinding) | FinalNative+1 flags | 0x18 | |
| void RemoveWeight() | FinalNative+1 flags | 0x00 | |
| void PlayTo(const FMovieSceneSequencePlaybackParams& PlaybackParams, const FMovieSceneSequencePlayToParams& PlayToParams) | FinalNative+1 flags | 0x41 | |
| void PlayReverse() | FinalNative+1 flags | 0x00 | |
| void PlayLooping(int32 NumLoops) | FinalNative+1 flags | 0x04 | |
| void Play() | FinalNative+1 flags | 0x00 | |
| void Pause() | FinalNative+1 flags | 0x00 | |
| bool IsReversed() | FinalNative+1 flags | 0x01 | |
| bool IsPlaying() | FinalNative+1 flags | 0x01 | |
| bool IsPaused() | FinalNative+1 flags | 0x01 | |
| void GoToEndAndStop() | FinalNative+1 flags | 0x00 | |
| FQualifiedFrameTime GetStartTime() | FinalNative+1 flags | 0x10 | |
| FString GetSequenceName(bool bAddClientInfo) | FinalNative+1 flags | 0x18 | |
| UMovieSceneSequence* GetSequence() | FinalNative+1 flags | 0x08 | |
| float GetPlayRate() | FinalNative+1 flags | 0x04 | |
| TArray<FMovieSceneObjectBindingID> GetObjectBindings(UObject* InObject) | FinalNative+1 flags | 0x18 | |
| bool GetHideHud() | FinalNative+1 flags | 0x01 | |
| FFrameRate GetFrameRate() | FinalNative+1 flags | 0x08 | |
| int32 GetFrameDuration() | FinalNative+1 flags | 0x04 | |
| FQualifiedFrameTime GetEndTime() | FinalNative+1 flags | 0x10 | |
| FQualifiedFrameTime GetDuration() | FinalNative+1 flags | 0x10 | |
| bool GetDisableCameraCuts() | FinalNative+1 flags | 0x01 | |
| FQualifiedFrameTime GetCurrentTime() | FinalNative+1 flags | 0x10 | |
| EMovieSceneCompletionModeOverride GetCompletionModeOverride() | FinalNative+1 flags | 0x01 | |
| TArray<UObject*> GetBoundObjects(const FMovieSceneObjectBindingID& ObjectBinding) | FinalNative+1 flags | 0x28 | |
| void ChangePlaybackDirection() | FinalNative+1 flags | 0x00 |