Navigation
API > API/Plugins > API/Plugins/CurveExpression
| Name | UCurveExpressionsDataAsset |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Runtime/Public/CurveExpressionsDataAsset.h |
| Include Path | #include "CurveExpressionsDataAsset.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UCurveExpressionsDataAsset : public UDataAsset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataAsset → UCurveExpressionsDataAsset
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Expressions | FCurveExpressionList | CurveExpressionsDataAsset.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExpressionData | TSharedPtr< FExpressionData > | CurveExpressionsDataAsset.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const FExpressionData > GetCompiledExpressionData() |
CurveExpressionsDataAsset.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
CurveExpressionsDataAsset.h | ||
virtual void Serialize
(
FArchive& Ar |
CurveExpressionsDataAsset.h |