Navigation
API > API/Editor > API/Editor/CurveEditor
Stores changes made to curves in the curve editor.
| Name | FGenericCurveChangeData |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/Data/GenericCurveChangeData.h |
| Include Path | #include "Modification/Keys/Data/GenericCurveChangeData.h" |
Syntax
struct FGenericCurveChangeData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddKeysData | FAddKeysChangeData | Modification/Keys/Data/GenericCurveChangeData.h | ||
| CurveAttributeData | FCurveAttributeChangeData | Modification/Keys/Data/GenericCurveChangeData.h | ||
| KeyAttributeData | FKeyAttributeChangeData | Modification/Keys/Data/GenericCurveChangeData.h | ||
| MoveKeysData | FMoveKeysChangeData | Modification/Keys/Data/GenericCurveChangeData.h | ||
| RemoveKeysData | FRemoveKeysChangeData | Modification/Keys/Data/GenericCurveChangeData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Modification/Keys/Data/GenericCurveChangeData.h | ||
bool HasChanges() |
Modification/Keys/Data/GenericCurveChangeData.h | ||
int32 NumChangeTypes() |
Modification/Keys/Data/GenericCurveChangeData.h | ||
void Shrink() |
Shrinks the containers' used memory to smallest possible to store elements currently in it. | Modification/Keys/Data/GenericCurveChangeData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Modification/Keys/Data/GenericCurveChangeData.h |