Navigation
BlueprintAPI > BlueprintAPI/Interchange > BlueprintAPI/Interchange/NodeContainer
Set a namespace to all node of the target class in this container. A valid node namespace is prefix to the unique ID in UInterchangeBaseNode::GetUniqueId(). After adding the namespace this function will find any string attribute in all the node that reference the node unique ID and replace the attribute value with the new unique id. The last step is to remap the node container with the new Ids.
Target is Interchange Base Node Container
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| string | Namespace | Is the new namespace you want to set. Pass an empty string to remove an existing namespace. |
| class | Target Class | Optional, this parameter represent the node class we want to apply the namespace on. If null all node will be tagged with the namespace |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |