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