Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Layers > API/Editor/UnrealEd/Layers/ULayersSubsystem
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Layers/LayersSubsystem.h |
| Include | #include "Layers/LayersSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Layers/LayersSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category=Layers)
virtual bool UpdateAllActorsVisibility
(
const bool bNotifySelectionChange,
const bool bRedrawViewports
)
Remarks
Updates the visibility of all actors in the viewports
Parameters
| Name | Description |
|---|---|
| bNotifySelectionChange | If true the Editor is notified of the selection change; if false, the Editor will not be notified |
| bRedrawViewports | If true the viewports will be redrawn; if false, they will not |