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 RemoveSelectedActorsFromDataLayer
&40;
UDataLayerInstance &42; DataLayer
&41;
Remarks
Removes the selected actors from the DataLayer. true if at least one actor was added. false is returned if all selected actors already belong to the DataLayer.
Parameters
| Name | Description |
|---|---|
| DataLayer | A DataLayer. |