Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/FExtensionDataCompilerInterface
Description
Adds a node to the Generation Context list of generated nodes. This function is meant to be called from classes that implement ICustomizableObjectExtensionNode::GenerateMutableNode for any generated nodes so they are registered against the Mutable compiler
| Name | AddGeneratedNode |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/ExtensionDataCompilerInterface.h |
| Include Path | #include "MuCOE/ExtensionDataCompilerInterface.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/ExtensionDataCompilerInterface.cpp |
void AddGeneratedNode
(
const class UCustomizableObjectNode * InNode
)