Navigation
BlueprintAPI > BlueprintAPI/Layers
Add the actors to the named layers
Target is Layers Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Actors | The actors to add to the named layers |
| name | Layer Names | A valid list of layer names. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if at least one actor was added to at least one layer. false is returned if all the actors already belonged to all specified layers. |