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 AddActorToDataLayer
&40;
AActor &42; Actor,
UDataLayerInstance &42; DataLayer
&41;
Remarks
Adds the actor to the DataLayer. true if the actor was added. false is returned if the actor already belongs to the DataLayer.
Parameters
| Name | Description |
|---|---|
| Actor | The actor to add to the DataLayer |
| DataLayer | The DataLayer to add the actor to |