Navigation
API > API/Editor > API/Editor/CurveEditor
Stores data for restoring the curve attributes of a single curve.
| Name | FCurveAttributeChangeData_PerCurve |
| 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_PerCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AfterChange | FCurveAttributes | The key attributes after the change. Set attributes to this on undo. | Modification/Keys/Data/CurveAttributeChangeData.h | |
| BeforeChange | FCurveAttributes | The key attributes before the change. Set attributes to this on undo. | Modification/Keys/Data/CurveAttributeChangeData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasChanges() |
Modification/Keys/Data/CurveAttributeChangeData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Modification/Keys/Data/CurveAttributeChangeData.h |