Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeTextureFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTextureFactoryNode.h |
| Include | #include "InterchangeTextureFactoryNode.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Texture")
void InitializeTextureNode
(
const FString & UniqueID,
const FString & DisplayLabel,
const FString & InAssetName
)
Remarks
Initialize node data.
Parameters
| Name | Description |
|---|---|
| UniqueID - The unique ID for this node. | |
| DisplayLabel | The name of the node. |
| InAssetClass | The class the texture factory will create for this node. |