Navigation
API > API/Editor > API/Editor/CurveEditor
Holds selected data about curves. This data is usually used to diff against changes made to those curves.
| Name | FCurvesSnapshot |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/Data/CurvesSnapshot.h |
| Include Path | #include "Modification/Keys/Data/CurvesSnapshot.h" |
Syntax
struct FCurvesSnapshot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Modification/Keys/Data/CurvesSnapshot.h | |||
FCurvesSnapshot
(
TMap< FCurveModelID, FCurveDiffingData > InCurveData |
Modification/Keys/Data/CurvesSnapshot.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveData | TMap< FCurveModelID, FCurveDiffingData > | The info about the curves. | Modification/Keys/Data/CurvesSnapshot.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Modification/Keys/Data/CurvesSnapshot.h |