UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TExpressionCompiler< CharType > Struct Template Reference

Classes

struct  FWrappedOperator
 

Public Member Functions

 TExpressionCompiler (const FExpressionGrammar &InGrammar, TArray< TExpressionToken< CharType > > &InTokens)
 
TValueOrError< TArray< TCompiledToken< CharType > >, FExpressionErrorCompile ()
 
TOptional< FExpressionErrorCompileGroup (const TExpressionToken< CharType > *GroupStart, const FGuid *StopAt)
 

Constructor & Destructor Documentation

◆ TExpressionCompiler()

template<typename CharType >
TExpressionCompiler< CharType >::TExpressionCompiler ( const FExpressionGrammar InGrammar,
TArray< TExpressionToken< CharType > > &  InTokens 
)
inline

Member Function Documentation

◆ Compile()

template<typename CharType >
TValueOrError< TArray< TCompiledToken< CharType > >, FExpressionError > TExpressionCompiler< CharType >::Compile ( )
inline

◆ CompileGroup()

template<typename CharType >
TOptional< FExpressionError > TExpressionCompiler< CharType >::CompileGroup ( const TExpressionToken< CharType > *  GroupStart,
const FGuid StopAt 
)
inline

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