Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonVideoPlayer.h |
Include |
#include "CommonVideoPlayer.h" |
UCLASS(ClassGroup=UI, Meta=(Category="Common UI"))
class UCommonVideoPlayer : public UWidget
Name | Description | |
---|---|---|
|
UCommonVideoPlayer ( |
Name | Description | ||
---|---|---|---|
|
Close() |
||
|
const UMedia... |
GetMediaPlayer() |
|
|
float |
GetPlaybackRate() |
|
|
float |
GetPlaybackTime() |
|
|
float |
GetVideoDuration() |
|
|
HandleMediaPlayerEvent ( |
||
|
IsLooping() |
||
|
IsMuted() |
||
|
IsPaused() |
||
|
IsPlaying() |
||
|
FSimpleMulti... |
OnPlaybackComplete() |
|
|
FSimpleMulti... |
OnPlaybackPaused() |
|
|
FSimpleMulti... |
OnPlaybackResumed() |
|
|
Pause() |
||
|
Play() |
||
|
PlaybackTick ( |
||
|
PlayFromStart() |
||
|
PlayInternal() |
||
|
Reverse() |
||
|
Seek ( |
||
|
SetIsMuted ( |
||
|
SetLooping ( |
||
|
SetPlaybackRate ( |
||
|
SetVideo ( |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |