Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditorSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
FCurvePointHandle InHandle |
Remove the specified point handle from the selection | CurveEditorSelection.h | |
void Remove
(
FCurveModelID InCurveID |
Remove all key handles associated with the specified curve ID from the selection | CurveEditorSelection.h | |
void Remove
(
FCurveModelID CurveID, |
Remove the specified key handle from the selection | CurveEditorSelection.h | |
void Remove
(
FCurveModelID CurveID, |
Remove the specified key handles from the selection | CurveEditorSelection.h |
Remove(FCurvePointHandle)
Description
Remove the specified point handle from the selection
| Name | Remove |
| 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 Remove
(
FCurvePointHandle InHandle
)
Remove(FCurveModelID)
Description
Remove all key handles associated with the specified curve ID from the selection
| Name | Remove |
| 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 Remove
(
FCurveModelID InCurveID
)
Remove(FCurveModelID, ECurvePointType, FKeyHandle)
Description
Remove the specified key handle from the selection
| Name | Remove |
| 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 Remove
(
FCurveModelID CurveID,
ECurvePointType PointType,
FKeyHandle KeyHandle
)
Remove(FCurveModelID, ECurvePointType, TArrayView< const FKeyHandle >)
Description
Remove the specified key handles from the selection
| Name | Remove |
| 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 Remove
(
FCurveModelID CurveID,
ECurvePointType PointType,
TArrayView < const FKeyHandle > Keys
)