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 UpdateActorVisibility
&40;
AActor &42; Actor,
bool & bOutSelectionChanged,
bool & bOutActorModified,
const bool bNotifySelectionChange,
const bool bRedrawViewports
&41;
Remarks
Updates the provided actors visibility in the viewports
Parameters
| Name | Description |
|---|---|
| Actor | Actor to update |
| bOutSelectionChanged | [OUT] Whether the Editors selection changed |
| bOutActorModified | [OUT] Whether the actor was modified |
| 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 |