ICompElementManager::SelectElementActors

Selects/de-selects specified element actors.

Windows
MacOS
Linux

References

Module

ComposureLayersEditor

Header

/Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h

Include

#include "ICompElementManager.h"

Syntax

bool SelectElementActors
(
    const TArray< FName > & ElementNames,
    bool bSelect,
    bool bNotify,
    bool bSelectEvenIfHidden,
    const TSharedPtr< FActorFilter > & Filter
)

Remarks

Selects/de-selects specified element actors.

Returns

true if at least one actor was selected/deselected.

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss