Navigation
API > API/Editor > API/Editor/CurveEditor
A unique identifier for a curve model existing on a curve editor
| Name | FCurveModelID |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorTypes.h |
| Include Path | #include "CurveEditorTypes.h" |
Syntax
struct FCurveModelID
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurveModelID() |
Default constructor is needed by e.g. TArray::operator<< | CurveEditorTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | uint32 | Internal serial ID | CurveEditorTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
CurveEditorTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FCurveModelID Unique() |
Generate a new curve model ID | CurveEditorTypes.h |