Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Texture
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeBlockedTexturePayloadData.h |
| Include | #include "Texture/InterchangeBlockedTexturePayloadData.h" |
Syntax
struct FImportBlockedImage
Remarks
Also known as a UDIMs texture.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FTextureSourceBlock > | BlocksData | ||
| bool | bSRGB | ||
| TextureCompressionSettings | CompressionSettings | ||
| ETextureSourceFormat | Format | ||
| TOptional< TextureMipGenSettings > | MipGenSettings | ||
| FUniqueBuffer | RawData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int64 | |||
| bool | InitBlockFromImage
(
int32 BlockX, |
Everything except the RawData and BlocksData must be initialized before calling this function | |
| bool | InitDataSharedAmongBlocks
(
const FImportImage& Image |
||
| bool | IsValid () |
||
| bool | MigrateDataFromImagesToRawData
(
TArray< FImportImage >& Images |
Everything except the RawData must be initialized before calling this function |