Open 3D Engine ScriptCanvas Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ScriptCanvasEditor::FunctionNodeModelInformation Struct Reference

FunctionNodeModelInformation refers to function graph assets, not methods. More...

#include <NodePaletteModel.h>

Inherits ScriptCanvasEditor::NodePaletteModelInformation.

Public Member Functions

 AZ_RTTI (FunctionNodeModelInformation, "{B84B4C2C-2F0B-4C0B-879A-956E83BD2874}", NodePaletteModelInformation)
 
 AZ_CLASS_ALLOCATOR (FunctionNodeModelInformation, AZ::SystemAllocator)
 
- Public Member Functions inherited from ScriptCanvasEditor::NodePaletteModelInformation
 AZ_RTTI (NodePaletteModelInformation, "{CC031806-7610-4C29-909D-9527F265E014}")
 
 AZ_CLASS_ALLOCATOR (NodePaletteModelInformation, AZ::SystemAllocator)
 
void PopulateTreeItem (GraphCanvas::NodePaletteTreeItem &treeItem) const
 

Public Attributes

AZ::Color m_functionColor
 
AZ::Data::AssetId m_functionAssetId
 
- Public Attributes inherited from ScriptCanvasEditor::NodePaletteModelInformation
ScriptCanvas::NodeTypeIdentifier m_nodeIdentifier {}
 
AZStd::string m_displayName
 
AZStd::string m_toolTip
 
AZStd::string m_categoryPath
 
AZStd::string m_styleOverride
 
AZStd::string m_titlePaletteOverride
 

Detailed Description

FunctionNodeModelInformation refers to function graph assets, not methods.


The documentation for this struct was generated from the following file: