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 |
void SetDataLayersVisibility
&40;
const TArray< UDataLayerInstance &42; > & DataLayers,
const bool bIsVisible
&41;
Remarks
Changes visibility of the DataLayers to the provided state
Parameters
| Name | Description |
|---|---|
| DataLayers | The DataLayers to affect |
| bIsVisible | If true the DataLayers will be visible; if false, the DataLayers will not be visible |