Navigation
Unreal Engine C++ API Reference > Runtime > MoviePlayer
Inheritance Hierarchy
- ISlateViewport
- TSharedFromThis
- FMovieViewport
References
Module | MoviePlayer |
Header | /Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h |
Include | #include "MoviePlayer.h" |
Syntax
class FMovieViewport :
public ISlateViewport,
public TSharedFromThis< FMovieViewport >
Remarks
This viewport is a simple interface for the loading to use to display the video textures.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetDefaultSize
(
FIntPoint InSize |
Sets the size to use when there is no texture. |
![]() |
void | SetTexture
(
TWeakPtr< FSlateTexture2DRHIRef, ESPMode::ThreadSafe > InTexture |
Overridden from ISlateViewport
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FIntPoint | GetSize () |
ISlateViewport interface. |
![]() ![]() ![]() |
FSlateShaderResource * | Returns a slate texture used to draw the rendered viewport in Slate. | |
![]() ![]() ![]() |
bool | Returns true if the viewport should be vsynced. |