Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
Description
Return the specified node located in another Customizable Object graph.
Return nullptr if not found.
| Name | GetCustomizableObjectExternalNode |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
template<class FNodeType>
FNodeType * GetCustomizableObjectExternalNode
(
UCustomizableObject * Object,
const FGuid & NodeGuid
)
Parameters
| Name | Remarks |
|---|---|
| Customizable | Object object to look for the node. If nulltpr, it returns nullptr. |
| NodeGuid | node guid. If invalid, it returns nullptr. |