Open 3D Engine ExpressionEvaluation 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.
ExpressionEvaluation::ExpressionEvaluationSystemComponent Class Reference

Inherits AZ::Component, and ExpressionEvaluationRequestBus::Handler.

Public Member Functions

 AZ_COMPONENT (ExpressionEvaluationSystemComponent, "{55C70DBA-9B11-4A23-83C5-CA90260C917A}")
 
void Init () override
 
void Activate () override
 
void Deactivate () override
 
void RegisterExpressionInterface (ExpressionElementParser *elementInterface)
 
void RemoveExpressionInterface (ExpressionParserId interfaceId)
 
ParseOutcome ParseExpression (AZStd::string_view expressionString) const override
 
ParseInPlaceOutcome ParseExpressionInPlace (AZStd::string_view expressionString, ExpressionTree &expressionTree) const override
 
ParseOutcome ParseRestrictedExpression (const AZStd::unordered_set< ExpressionParserId > &availableParsers, AZStd::string_view expressionString) const override
 
ParseInPlaceOutcome ParseRestrictedExpressionInPlace (const AZStd::unordered_set< ExpressionParserId > &availableParsers, AZStd::string_view expressionString, ExpressionTree &expressionTree) const override
 
EvaluateStringOutcome EvaluateExpression (AZStd::string_view expression) const override
 
ExpressionResult Evaluate (const ExpressionTree &expressionTree) const override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 
static void GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent)
 

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