Navigation
API > API/Editor > API/Editor/DataLayerEditor > API/Editor/DataLayerEditor/DataLayer > API/Editor/DataLayerEditor/DataLayer/UDataLayerEditorSubsystem
References
| Module | DataLayerEditor |
| Header | /Engine/Source/Editor/DataLayerEditor/Public/DataLayer/DataLayerEditorSubsystem.h |
| Include | #include "DataLayer/DataLayerEditorSubsystem.h" |
| Source | /Engine/Source/Editor/DataLayerEditor/Private/DataLayer/DataLayerEditorSubsystem.cpp |
bool AddActorsToDataLayer
&40;
const TArray< AActor &42; > & Actors,
UDataLayerInstance &42; DataLayer
&41;
Remarks
Add the actors to the DataLayer true if at least one actor was added to the DataLayer. false is returned if all the actors already belonged to the DataLayer.
Parameters
| Name | Description |
|---|---|
| Actors | The actors to add to the DataLayer |
| DataLayer | The DataLayer to add to |