Navigation
BlueprintAPI > BlueprintAPI/DataLayers
Removes the actors from the specified DataLayer.
Target is Data Layer Editor Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Actors | The actors to remove from the provided DataLayer |
| object | Data Layer |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if at least one actor was removed from the DataLayer. false is returned if all the actors already belonged to the DataLayer. |