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::Nodes::Math::MathExpression Class Reference

Provides a node that can take in a mathematical expression and convert it into a single node. More...

#include <MathExpression.h>

Inherits ScriptCanvas::Nodes::Internal::ExpressionNodeBase.

Protected Member Functions

ConstSlotsOutcome GetSlotsInExecutionThreadByTypeImpl (const Slot &, CombinedSlotType targetSlotType, const Slot *) const override
 
ExpressionEvaluation::ParseOutcome ParseExpression (const AZStd::string &formatString) override
 
AZStd::string GetExpressionSeparator () const override
 

Detailed Description

Provides a node that can take in a mathematical expression and convert it into a single node.

Member Function Documentation

◆ GetSlotsInExecutionThreadByTypeImpl()

ConstSlotsOutcome ScriptCanvas::Nodes::Math::MathExpression::GetSlotsInExecutionThreadByTypeImpl ( const Slot ,
CombinedSlotType  targetSlotType,
const Slot  
) const
inlineoverrideprotectedvirtual

Reimplemented from ScriptCanvas::Node.


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