Navigation
BlueprintAPI > BlueprintAPI/Interchange > BlueprintAPI/Interchange/Node > BlueprintAPI/Interchange/Node/Texture > BlueprintAPI/Interchange/Node/Texture/UDIMs
Get a source block from the texture.
Target is Interchange Texture 2DFactory Node
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| integer | X | The X coordinate of the block. |
| integer | Y | The Y coordinate of the block. |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Out Source File | The source file for that block if found. |
| boolean | Return Value | True if the source file for the block was found. |