Navigation
API > API/Plugins > API/Plugins/CurveExpression
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataAsset
- UCurveExpressionsDataAsset
References
| Module | CurveExpression |
| Header | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Runtime/Public/CurveExpressionsDataAsset.h |
| Include | #include "CurveExpressionsDataAsset.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UCurveExpressionsDataAsset : public UDataAsset
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCurveExpressionList | Expressions |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FName > & | Returns the list of named constants used by ExpressionList | ||
| const TMap< FName, CurveExpression::Evaluator::FExpressionObject > & | Returns the list of compiled expressions generated from ExpressionList |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Handles reading, writing, and reference collecting using FArchive. |