Open 3D Engine ScriptCanvas Gem API Reference  2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ScriptCanvas::Grammar::LexicalScope Struct Reference

Public Member Functions

 AZ_TYPE_INFO (LexicalScope, "{98162B8F-BA67-4476-89E7-53F5569836B9}")
 
 AZ_CLASS_ALLOCATOR (LexicalScope, AZ::SystemAllocator, 0)
 
 LexicalScope (LexicalScopeType type)
 
 LexicalScope (LexicalScopeType type, const AZStd::vector< AZStd::string > &namespaces)
 

Static Public Member Functions

static LexicalScope Global ()
 
static LexicalScope Variable ()
 

Public Attributes

LexicalScopeType m_type = LexicalScopeType::Namespace
 
AZStd::vector< AZStd::string > m_namespaces
 

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