void |
Add ( FCurveModelID CurveID, ECurvePointType PointType, FKeyHandle KeyHandle ) |
Add a key handle to this selection, changing the selection type if necessary. |
void |
Add ( FCurveModelID CurveID, ECurvePointType PointType, TArrayView< const FKeyHandle > Keys ) |
Add key handles to this selection, changing the selection type if necessary. |
void |
Add ( FCurvePointHandle InHandle ) |
Add a point handle to this selection, changing the selection type if necessary. |
void |
Clear () |
Clear the selection entirely |
bool |
Contains ( FCurveModelID CurveID, FKeyHandle KeyHandle, ECurvePointType PointType ) |
Check whether the specified handle and curve ID is contained in this selection. |
int32 |
Count () |
Count the total number of selected keys by accumulating the number of selected keys for each curve |
const FKeyHa... |
FindForCurve ( FCurveModelID InCurveID ) |
Retrieve a set of selected key handles for the specified curve |
const TMap< ... |
GetAll () |
Retrieve all selected key handles, organized by curve ID |
uint32 |
GetSerialNumber () |
Retrieve this selection's serial number. Incremented whenever a change is made to the selection. |
bool |
IsEmpty () |
Check whether the selection is empty |
bool |
IsSelected ( FCurvePointHandle InHandle ) |
Check whether the specified handle is selected |
void |
Remove ( FCurvePointHandle InHandle ) |
Remove the specified point handle from the selection |
void |
Remove ( FCurveModelID InCurveID ) |
Remove all key handles associated with the specified curve ID from the selection |
void |
Remove ( FCurveModelID CurveID, ECurvePointType PointType, FKeyHandle KeyHandle ) |
Remove the specified key handle from the selection |
void |
Remove ( FCurveModelID CurveID, ECurvePointType PointType, TArrayView< const FKeyHandle > Keys ) |
Remove the specified key handles from the selection |
void |
Toggle ( FCurveModelID CurveID, ECurvePointType PointType, FKeyHandle KeyHandle ) |
Toggle the selection of the specified key handle, changing the selection type if necessary. |
void |
Toggle ( FCurvePointHandle InHandle ) |
Toggle the selection of the specified point handle, changing the selection type if necessary. |
void |
Toggle ( FCurveModelID CurveID, ECurvePointType PointType, TArrayView< const FKeyHandle > Keys ) |
Toggle the selection of the specified key handles, changing the selection type if necessary. |