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 FParseLocation
Variables
| Type | Name | Description | |
|---|---|---|---|
| const int32 | End | ||
| const int32 | Start |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParseLocation
(
int32 InStart, |
|||
FParseLocation
(
FStringView InParseRange, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FParseLocation | Join
(
const FParseLocation& InLocation |
Merge two parse locations and return a new one |