Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes > API/Runtime/InterchangeCore/Nodes/UInterchangeBaseNode
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNode.h |
| Include | #include "Nodes/InterchangeBaseNode.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeBaseNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node")
void InitializeNode
(
const FString & UniqueID,
const FString & DisplayLabel,
const EInterchangeNodeContainerType NodeContainerType
)
Remarks
Initialize the base data of the node.
Parameters
| Name | Description |
|---|---|
| UniqueID | The unique ID for this node. |
| DisplayLabel | The name of the node. |