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