ULayersSubsystem::UpdateActorVisibility

Updates the provided actors visibility in the viewports

Windows
MacOS
Linux

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

Syntax

virtual bool UpdateActorVisibility
(
    AActor * Actor,
    bool & bOutSelectionChanged,
    bool & bOutActorModified,
    const bool bNotifySelectionChange,
    const bool bRedrawViewports
)

Remarks

Updates the provided actors visibility in the viewports

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss