Open 3D Engine AzCore 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.
AZ::ExplicitOverloadInfo Struct Reference

Public Member Functions

 AZ_TYPE_INFO_WITH_NAME_DECL (ExplicitOverloadInfo)
 
 AZ_CLASS_ALLOCATOR (ExplicitOverloadInfo, AZ::SystemAllocator)
 
 ExplicitOverloadInfo (AZStd::string_view name, AZStd::string_view categoryPath)
 
constexpr operator size_t () const
 
bool operator== (const ExplicitOverloadInfo &other) const
 
bool operator!= (const ExplicitOverloadInfo &other) const
 

Public Attributes

AZStd::string m_name
 
AZStd::string m_categoryPath
 
AZStd::vector< AZStd::pair< AZ::BehaviorMethod *, AZ::BehaviorClass * > > m_overloads
 

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