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