Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/FImportImage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init2DWithParams
(
int32 InSizeX, |
Texture/InterchangeTexturePayloadData.h | ||
void Init2DWithParams
(
int32 InSizeX, |
Texture/InterchangeTexturePayloadData.h |
Init2DWithParams(int32, int32, ETextureSourceFormat, bool, bool)
| Name | Init2DWithParams |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeTexturePayloadData.h |
| Include Path | #include "Texture/InterchangeTexturePayloadData.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Texture/InterchangeTexturePayloadData.cpp |
void Init2DWithParams
(
int32 InSizeX,
int32 InSizeY,
ETextureSourceFormat InFormat,
bool bInSRGB,
bool bShouldAllocateRawData
)
Init2DWithParams(int32, int32, int32, ETextureSourceFormat, bool, bool)
| Name | Init2DWithParams |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeTexturePayloadData.h |
| Include Path | #include "Texture/InterchangeTexturePayloadData.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Texture/InterchangeTexturePayloadData.cpp |
void Init2DWithParams
(
int32 InSizeX,
int32 InSizeY,
int32 InNumMips,
ETextureSourceFormat InFormat,
bool bInSRGB,
bool bShouldAllocateRawData
)