Slate.TestProgressNotification
Slate.TestProgressNotification
#Overview
name: Slate.TestProgressNotification
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help: ``
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/Source/Editor/StatusBar/Private/NotificationTesting.cpp:62
Scope: file
Source code excerpt:
FAutoConsoleCommand TestProgressBarsCommand(TEXT("Slate.TestProgressNotification"), TEXT(""), FConsoleCommandDelegate::CreateStatic(&TestProgressBars));
static void TestNotifications()
{
static const float Timeout = 15.0f;
FTSTicker::GetCoreTicker().AddTicker(TEXT("TestNotifications"), 0.0f, [](float DeltaTime)