Navigation
API > API/Plugins > API/Plugins/CurveExpression
| Name | FParseError |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Runtime/Public/ExpressionEvaluator.h |
| Include Path | #include "ExpressionEvaluator.h" |
Syntax
struct FParseError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParseError () |
ExpressionEvaluator.h | ||
FParseError
(
FString&& InMessage, |
ExpressionEvaluator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Location | const FParseLocation | The parse location where the error took place. | ExpressionEvaluator.h | |
| Message | const FString | The human-readable parsing error | ExpressionEvaluator.h |