Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeTextureFactoryNode
Description
Determines whether the factory should tell the translator to provide a compressed source data payload when available. This will generally result in smaller assets. However, some operations like the texture build might be slower, because the source data first needs to be decompressed.
| Name | SetCustomPreferCompressedSourceData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTextureFactoryNode.h |
| Include Path | #include "InterchangeTextureFactoryNode.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Texture | Import Settings")
bool SetCustomPreferCompressedSourceData
(
const bool & AttributeValue
)