Navigation
API > API/Plugins > API/Plugins/CurveExpression
References
| Module | CurveExpression |
| Header | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Runtime/Public/ExpressionEvaluator.h |
| Include | #include "ExpressionEvaluator.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, |