bHiddenInEditor

Allows us to only see this actor in game and not in the Editor.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, Category=Rendering,
          Meta=(DisplayName="Actor Hidden In Editor", DisplayAfter="bHiddenInGame"))
bool bHiddenInEditor

Remarks

Allows us to only see this actor in game and not in the Editor. This is useful if we only want to see the Heightfield virtual texture source primitives during edition.

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