Navigation
API > API/Plugins > API/Plugins/CurveExpression
| Name | FExpressionObject |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Runtime/Public/ExpressionEvaluator.h |
| Include Path | #include "ExpressionEvaluator.h" |
Syntax
struct FExpressionObject
Structs
| Name | Remarks |
|---|---|
| FFunctionRef |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OpElement | TVariant< EOperator, FName, FFunctionRef, float > | ExpressionEvaluator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Expression | TArray< OpElement, TInlineAllocator< 8 > > | ExpressionEvaluator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSet< FName > GetUsedConstants() |
Returns all named constants used by this expression | ExpressionEvaluator.h | |
void Load
(
FArchive& Ar |
ExpressionEvaluator.h | ||
void Save
(
FArchive& Ar |
ExpressionEvaluator.h | ||
FString ToString() |
ExpressionEvaluator.h |