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::BehaviorValues Class Referenceabstract

#include <BehaviorContext.h>

Inherited by AZ::Internal::BehaviorValuesSpecialization< Values >.

Public Member Functions

virtual size_t GetNumValues () const =0
 
virtual BehaviorDefaultValuePtr GetDefaultValue (size_t i) const =0
 

Detailed Description

Base class that handles default values. Values types are verified to match exactly the function signature. the order of the default values is the same as in C++ (going in reverse the back).


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