Navigation
API > API/Editor > API/Editor/CurveEditor
Stores data for restoring curves attributes of multiple curves.
| Name | FCurveAttributeChangeData |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/Data/CurveAttributeChangeData.h |
| Include Path | #include "Modification/Keys/Data/CurveAttributeChangeData.h" |
Syntax
struct FCurveAttributeChangeData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangeData | TMap< FCurveModelID, FCurveAttributeChangeData_PerCurve > | Modification/Keys/Data/CurveAttributeChangeData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Modification/Keys/Data/CurveAttributeChangeData.h | ||
bool HasChanges() |
Modification/Keys/Data/CurveAttributeChangeData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Modification/Keys/Data/CurveAttributeChangeData.h |