Navigation
API > API/Plugins > API/Plugins/ComposureLayersEditor > API/Plugins/ComposureLayersEditor/ICompElementManager
References
| Module | ComposureLayersEditor |
| Header | /Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h |
| Include | #include "ICompElementManager.h" |
bool SelectElementActors
(
const TArray < FName > & ElementNames,
bool bSelect,
bool bNotify,
bool bSelectEvenIfHidden,
const TSharedPtr < FActorFilter > & Filter
)
Remarks
Selects/de-selects specified element actors. true if at least one actor was selected/deselected.
Parameters
| Name | Description |
|---|---|
| ElementNames | A valid list of element names. |
| bSelect | If true, actors are selected; if false, actors are deselected |
| bNotify | If true, the Editor is notified of the selection change; if false, the Editor will not be notified |
| bSelectEvenIfHidden | [optional] If true, even hidden actors will be selected; if false, hidden actors won't be selected |
| Filter | [optional] Elements that don't pass the specified filter restrictions won't be selected |