Navigation
API > API/Runtime > API/Runtime/Media
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaView.h |
| Include | #include "IMediaView.h" |
Syntax
struct FMediaTileCoordinate
Remarks
Tile coordinate of a tiled media source/texture.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | X | ||
| uint16 | Y |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMediaTileCoordinate
(
EForceInit |
|||
FMediaTileCoordinate
(
uint16 InX, |
|||
FMediaTileCoordinate
(
int32 InX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMediaTileCoordinate | Zero () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMediaTileCoordinate& Other |
||
| bool | operator==
(
const FMediaTileCoordinate& Other |