Navigation
API > API/Editor > API/Editor/CurveEditor
Identifier for a specific axis on a view. These identifiers are transient and should not be stored externally.
| Name | FCurveEditorViewAxisID |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorView.h |
| Include Path | #include "SCurveEditorView.h" |
Syntax
struct FCurveEditorViewAxisID
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SCurveEditorView.h | |||
FCurveEditorViewAxisID
(
uint8 InIndex |
SCurveEditorView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | uint8 | SCurveEditorView.h | ||
| SCurveEditorView | friend | SCurveEditorView.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
SCurveEditorView.h | ||
operator int32() |
SCurveEditorView.h | ||
FCurveEditorViewAxisID & operator=
(
int32 InIndex |
SCurveEditorView.h |