Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditorSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | CurveEditorSelection.h | ||
FCurveEditorSelection
(
TWeakPtr< FCurveEditor > InWeakCurveEditor |
Constructor which takes a reference to the curve editor, which is used to find if a model is read only | CurveEditorSelection.h |
FCurveEditorSelection()
Description
Default constructor
| Name | FCurveEditorSelection |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSelection.h |
| Include Path | #include "CurveEditorSelection.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditorSelection.cpp |
FCurveEditorSelection()
FCurveEditorSelection(TWeakPtr< FCurveEditor >)
Description
Constructor which takes a reference to the curve editor, which is used to find if a model is read only
| Name | FCurveEditorSelection |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSelection.h |
| Include Path | #include "CurveEditorSelection.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditorSelection.cpp |
FCurveEditorSelection
(
TWeakPtr < FCurveEditor > InWeakCurveEditor
)