Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Texture
Inheritance Hierarchy
- IInterchangeTextureLightProfilePayloadInterface
- UInterchangeIESTranslator
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeTextureLightProfilePayloadInterface.h |
| Include | #include "Texture/InterchangeTextureLightProfilePayloadInterface.h" |
Syntax
class IInterchangeTextureLightProfilePayloadInterface
Remarks
Texture payload interface. Derive from it if your payload can import texture
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< UE::Interchange::FImportLightProfile > | GetLightProfilePayloadData
(
const FString& PayloadKey, |
Once the translation is done, the import process need a way to retrieve payload data. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< UE::Interchange::FImportLightProfile > | GetLightProfilePayloadData
(
const UInterchangeSourceData* SourceData, |
Deprecated. Use GetLightProfilePayloadData(const FString&, TOptional |