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.
ScriptCanvas::Grammar::FunctionPrototype Struct Reference

Public Member Functions

 AZ_TYPE_INFO (FunctionPrototype, "{7785B43E-102A-4E66-87F6-E59D37C4DBB2}")
 
 AZ_CLASS_ALLOCATOR (FunctionPrototype, AZ::SystemAllocator)
 
void Clear ()
 
bool IsVoid () const
 
bool operator== (const FunctionPrototype &other) const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *reflectContext)
 

Public Attributes

AZStd::vector< VariableConstPtr > m_inputs
 
AZStd::vector< VariableConstPtr > m_outputs
 

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