FImgMediaTileSelection

Describes which tiles are visible.

Windows
MacOS
Linux

References

Module

ImgMedia

Header

/Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaMipMapInfo.h

Include

#include "ImgMediaMipMapInfo.h"

Syntax

struct FImgMediaTileSelection

Remarks

Describes which tiles are visible.

Variables

Name Description

Public variable

uint16

 

BottomRightX

X position of the most bottom right visible tile + 1.

Public variable

uint16

 

BottomRightY

Y position of the most bottom right visible tile + 1.

Public variable

uint16

 

TopLeftX

X position of the most top left visibile tile.

Public variable

uint16

 

TopLeftY

Y position of the most top left visible tile.

Constructors

Name Description

Public function

FImgMediaTileSelection()

Functions

Name Description

Public function

bool

 

IsVisible()

See if this selection is visible.

Public function

void

 

SetAllNotVisible()

Marks all tiles as not visible.

Public function

void

 

SetAllVisible()

Marks all tiles as visible.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss