Navigation
BlueprintAPI > BlueprintAPI/DataLayers
Adds the actor to the DataLayer.
Target is Data Layer Editor Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Actor | The actor to add to the DataLayer |
| object | Data Layer | The DataLayer to add the actor to |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the actor was added. false is returned if the actor already belongs to the DataLayer. |