Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeTexture2DFactoryNode > API/Plugins/InterchangeFactoryNodes/UInterchangeTexture2DFactoryNode/SetSourceBlocks
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTexture2DFactoryNode.h |
| Include | #include "InterchangeTexture2DFactoryNode.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Texture | UDIMs")
void SetSourceBlocks
(
const TMap < int32 , FString > & InSourceBlocks
)
Remarks
Set the source blocks for the texture. Using this suggests to the pipeline to consider this texture as a UDIM. The pipeline can choose whether to pass these blocks to the texture factory node.
Parameters
| Name | Description |
|---|---|
| InSourceBlocks | The blocks and their source image that compose the whole texture. The textures must be of the same format and use the same pixel format. The first block in the map is used to determine the accepted texture format and pixel format. |