Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Texture
Inheritance Hierarchy
- FImportImage
- FImportLightProfile
- FImportSlicedImage
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeTexturePayloadData.h |
| Include | #include "Texture/InterchangeTexturePayloadData.h" |
Syntax
struct FImportImage
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSRGB | ||
| TextureCompressionSettings | CompressionSettings | ||
| ETextureSourceFormat | Format | ||
| TOptional< TextureMipGenSettings > | MipGenSettings | ||
| int32 | NumMips | ||
| FUniqueBuffer | RawData | ||
| ETextureSourceCompressionFormat | RawDataCompressionFormat | Which compression format (if any) that is applied to RawData | |
| int32 | SizeX | ||
| int32 | SizeY |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImportImage () |
|||
FImportImage
(
FImportImage&& |
|||
FImportImage
(
const FImportImage& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int64 | |||
| TArrayView64< uint8 > | |||
| int64 | GetMipSize
(
int32 InMipIndex |
||
| void | Init2DWithParams
(
int32 InSizeX, |
||
| void | Init2DWithParams
(
int32 InSizeX, |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FImportImage & | operator=
(
FImportImage&& |
||
| FImportImage & | operator=
(
const FImportImage& |