Navigation
API > API/Editor > API/Editor/CurveEditor
Stores data for restoring key attributes of multiple curves.
| Name | FKeyAttributeChangeData |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/Data/KeyAttributeChangeData.h |
| Include Path | #include "Modification/Keys/Data/KeyAttributeChangeData.h" |
Syntax
struct FKeyAttributeChangeData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangedCurves | TMap< FCurveModelID, FKeyAttributeChangeData_PerCurve > | Modification/Keys/Data/KeyAttributeChangeData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Modification/Keys/Data/KeyAttributeChangeData.h | ||
bool HasChanges() |
Modification/Keys/Data/KeyAttributeChangeData.h | ||
void Shrink() |
Shrinks the containers' used memory to smallest possible to store elements currently in it. | Modification/Keys/Data/KeyAttributeChangeData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Modification/Keys/Data/KeyAttributeChangeData.h |