Navigation
API > API/Plugins > API/Plugins/MediaPlate
This struct is used to expose Media Texture settings via Media Plate Component and is a mirror of some of the settings.
| Name | FMediaTextureResourceSettings |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaPlate/Source/MediaPlate/Public/MediaPlateComponent.h |
| Include Path | #include "MediaPlateComponent.h" |
Syntax
USTRUCT ()
struct FMediaTextureResourceSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FMediaTextureResourceSettings () |
MediaPlateComponent.h | ||
FMediaTextureResourceSettings
(
const FMediaTextureResourceSettings& InOther |
MediaPlateComponent.h | ||
FMediaTextureResourceSettings
(
FMediaTextureResourceSettings&& InOther |
MediaPlateComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableGenMips | bool | Enable mips generation | MediaPlateComponent.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MediaPlateComponent.h | |||
| MediaPlateComponent.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentNumMips_DEPRECATED | uint8 | MediaPlateComponent.h |
|