Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditorSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Toggle
(
FCurvePointHandle InHandle |
Toggle the selection of the specified point handle, changing the selection type if necessary. | CurveEditorSelection.h | |
void Toggle
(
FCurveModelID CurveID, |
Toggle the selection of the specified key handle, changing the selection type if necessary. | CurveEditorSelection.h | |
void Toggle
(
FCurveModelID CurveID, |
Toggle the selection of the specified key handles, changing the selection type if necessary. | CurveEditorSelection.h |
Toggle(FCurvePointHandle)
Description
Toggle the selection of the specified point handle, changing the selection type if necessary.
| Name | Toggle |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSelection.h |
| Include Path | #include "CurveEditorSelection.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditorSelection.cpp |
void Toggle
(
FCurvePointHandle InHandle
)
Toggle(FCurveModelID, ECurvePointType, FKeyHandle)
Description
Toggle the selection of the specified key handle, changing the selection type if necessary.
| Name | Toggle |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSelection.h |
| Include Path | #include "CurveEditorSelection.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditorSelection.cpp |
void Toggle
(
FCurveModelID CurveID,
ECurvePointType PointType,
FKeyHandle KeyHandle
)
Toggle(FCurveModelID, ECurvePointType, TArrayView< const FKeyHandle >)
Description
Toggle the selection of the specified key handles, changing the selection type if necessary.
| Name | Toggle |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorSelection.h |
| Include Path | #include "CurveEditorSelection.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditorSelection.cpp |
void Toggle
(
FCurveModelID CurveID,
ECurvePointType PointType,
TArrayView < const FKeyHandle > Keys
)