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 FParseLocation | Location | The parse location where the error took place. | |
| const FString | Message | The human-readable parsing error |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParseError () |
|||
FParseError
(
FString&& InMessage, |