BlueprintAPI > BlueprintAPI/Layers
Selects/de-selects actors belonging to the named layer.
Target is Layers Subsystem
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
name | Layer Name | A valid layer name. |
boolean | Select | If true actors are selected; if false, actors are deselected. |
boolean | Notify | If true the Editor is notified of the selection change; if false, the Editor will not be notified. |
boolean | Select Even if Hidden | [optional] If true even hidden actors will be selected; if false, hidden actors won't be selected. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | true if at least one actor was selected/deselected. |