0x00x02B0
Members 7
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | Video | UMediaSource* | 7 flags | nullptr | |
| 0x01 | bMatchSize | bool | 6 flags | false | |
| 0x0171 | 0x07 | padding / unreflected | |||
| 0x08 | MediaPlayer | UMediaPlayer* | Transient+6 flags | nullptr | |
| 0x08 | MediaTexture | UMediaTexture* | Transient+6 flags | nullptr | |
| 0x08 | VideoMaterial | UMaterial* | Transient+6 flags | /CommonUI/VideoPlayerMaterial.VideoPlayerMaterial | |
| 0x08 | SoundComponent | UMediaSoundComponent* | Transient+8 flags | nullptr | |
| 0x0198 | 0x08 | padding / unreflected | |||
| 0xB0 | VideoBrush | FSlateBrush | Transient+1 flags | {TintColor={SpecifiedColor={R=1, G=1, B=1, A=1}, ColorUseRu… | |
| 0x0250 | 0x60 | unreflected bytes to end of UCommonVideoPlayer | |||
Inherited from UWidget 23
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | Slot | UPanelSlot* | 13 flags | nullptr | |
| 0x10 | bIsEnabledDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipTextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipText | FText | 3 flags | <FText> | |
| 0x08 | ToolTipWidget | UWidget* | 12 flags | nullptr | |
| 0x10 | ToolTipWidgetDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | VisibilityDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x38 | RenderTransform | FWidgetTransform | 4 flags | {Translation={X=0, Y=0}, Scale={X=1, Y=1}, Shear={X=0, Y=0}… | |
| 0x10 | RenderTransformPivot | FVector2D | 7 flags | {X=0.5, Y=0.5} | |
| 0x01 | FlowDirectionPreference | EFlowDirectionPreference | 7 flags | Inherit | |
| 0x01 | bIsVariable : 1bit 0 | bool | 3 flags | true | |
| 0x01 | bCreatedByConstructionScript : 1bit 1 | bool | Transient+3 flags | false | |
| 0x01 | bIsEnabled : 1bit 2 | bool | 5 flags | true | |
| 0x01 | bOverride_Cursor : 1bit 3 | bool | 4 flags | false | |
| 0x01 | bIsVolatile : 1bit 4 | bool | Protected+6 flags | false | |
| 0x01 | Cursor | EMouseCursor | 8 flags | Default | |
| 0x01 | Clipping | EWidgetClipping | 7 flags | Inherit | |
| 0x01 | Visibility | ESlateVisibility | 7 flags | Visible | |
| 0x01 | PixelSnapping | EWidgetPixelSnapping | 7 flags | Inherit | |
| 0x00DE | 0x02 | padding / unreflected | |||
| 0x04 | RenderOpacity | float | Protected+7 flags | 1 | |
| 0x00E4 | 0x04 | padding / unreflected | |||
| 0x08 | AccessibleWidgetData | USlateAccessibleWidgetData* | 9 flags | nullptr | |
| 0x08 | Navigation | UWidgetNavigation* | 12 flags | nullptr | |
| 0x00F8 | 0x40 | padding / unreflected | |||
| 0x10 | NativeBindings | TArray<UPropertyBinding*> | TransientProtected+4 flags | [] | |
Functions 18
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetVideo(UMediaSource* NewVideo) | FinalNative+1 flags | 0x08 | |
| void SetShouldMatchSize(bool bInMatchSize) | FinalNative+1 flags | 0x01 | |
| void SetPlaybackRate(float PlaybackRate) | FinalNative+1 flags | 0x04 | |
| void SetLooping(bool bShouldLoopPlayback) | FinalNative+1 flags | 0x01 | |
| void SetIsMuted(bool bInIsMuted) | FinalNative+1 flags | 0x01 | |
| void Seek(float PlaybackTime) | FinalNative+1 flags | 0x04 | |
| void Reverse() | FinalNative+1 flags | 0x00 | |
| void PlayFromStart() | FinalNative+1 flags | 0x00 | |
| void Play() | FinalNative+1 flags | 0x00 | |
| void Pause() | FinalNative+1 flags | 0x00 | |
| bool IsPlaying() | FinalNative+1 flags | 0x01 | |
| bool IsPaused() | FinalNative+1 flags | 0x01 | |
| bool IsMuted() | FinalNative+1 flags | 0x01 | |
| bool IsLooping() | FinalNative+1 flags | 0x01 | |
| float GetVideoDuration() | FinalNative+1 flags | 0x04 | |
| float GetPlaybackTime() | FinalNative+1 flags | 0x04 | |
| float GetPlaybackRate() | FinalNative+1 flags | 0x04 | |
| void Close() | FinalNative+1 flags | 0x00 |