Navigation
BlueprintAPI > BlueprintAPI/Layers
Adds the provided actor to the named layers.
Target is Layers Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Actor | The actor to add to the provided layers |
| name | Layer Names | A valid list of layer names. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the actor was added to at least one of the provided layers. |