Navigation
API > API/Editor > API/Editor/CurveEditor
| Name | UE::CurveEditor::ECurvesSnapshotPerfFlags |
| Type | enum |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/SnapshotPerfDebugUtils.h |
| Include Path | #include "Modification/Keys/SnapshotPerfDebugUtils.h" |
Syntax
namespace UE
{
namespace CurveEditor
{
enum ECurvesSnapshotPerfFlags
{
None,
TotalAllocatedSize = 1 << 0,
Keys = 1 << 1,
Positions = 1 << 2,
Attributes = 1 << 3,
All = TotalAllocatedSize | Keys | Positions | Attributes,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| TotalAllocatedSize | |
| Keys | |
| Positions | |
| Attributes | |
| All |