Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeTexture2DFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTexture2DFactoryNode.h |
| Include | #include "InterchangeTexture2DFactoryNode.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Texture | UDIMs")
bool GetSourceBlockByCoordinates
(
int32 X,
int32 Y,
FString & OutSourceFile
) const
Remarks
Get a source block from the texture. True if the source file for the block was found.
Parameters
| Name | Description |
|---|---|
| X | The X coordinate of the block. |
| Y | The Y coordinate of the block. |
| OutSourceFile | The source file for that block if found. |