renderdoc.ShowHelpOnStartup
renderdoc.ShowHelpOnStartup
#Overview
name: renderdoc.ShowHelpOnStartup
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
0 - Greeting has been shown and will not appear on startup. 1 - Greeting will be shown during next startup.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Developer/RenderDocPlugin/Source/RenderDocPlugin/Private/SRenderDocPluginHelpWindow.cpp:21
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarRenderDocShowHelpOnStartup(
TEXT("renderdoc.ShowHelpOnStartup"),
0,
TEXT("0 - Greeting has been shown and will not appear on startup. ")
TEXT("1 - Greeting will be shown during next startup."));
static void OnBrowserLinkClicked(const FSlateHyperlinkRun::FMetadata& Metadata, TSharedRef<SWidget> ParentWidget)
{