FEngineShowFlags::RegisterCustomShowFlag

Used by [TCustomShowFlag](API\Runtime\Engine\TCustomShowFlag) to register a show flag from another module.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ShowFlags.h

Include

#include "ShowFlags.h"

Source

/Engine/Source/Runtime/Engine/Private/ShowFlags.cpp

Syntax

static ECustomShowFlag RegisterCustomShowFlag
(
    const TCHAR * Name,
    bool DefaultEnabled,
    EShowFlagGroup Group,
    FText DisplayName
)

Remarks

Used by TCustomShowFlag to register a show flag from another module.

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