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&40;BlueprintCallable, Category&61;"Interchange &124; Node &124; Texture &124; UDIMs"&41;
bool GetSourceBlockByCoordinates
&40;
int32 X,
int32 Y,
FString & OutSourceFile
&41; 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 |