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