AActor::SetIsTemporarilyHiddenInEditor

Explicitly sets whether or not this actor is hidden in the editor for the duration of the current editor session

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Source

/Engine/Source/Runtime/Engine/Private/ActorEditor.cpp

Syntax

virtual void SetIsTemporarilyHiddenInEditor
(
    bool bIsHidden
)

Remarks

Explicitly sets whether or not this actor is hidden in the editor for the duration of the current editor session

Parameters

Parameter

Description

bIsHidden

True if the actor is hidden

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