Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusExpressionEvaluator.h |
| Include | #include "OptimusExpressionEvaluator.h" |
Syntax
struct FParseError
Variables
| Type | Name | Description | |
|---|---|---|---|
| const int32 | Column | The column at which the error occurs. Zero-based. | |
| const FString | Message | The human-readable parsing error |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParseError () |
|||
FParseError
(
const int32 InColumn, |