VREd.UIFadeSpeed

VREd.UIFadeSpeed

#Overview

name: VREd.UIFadeSpeed

This variable is created as a Console Variable (cvar).

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/VREditor/Private/UI/VREditorFloatingUI.cpp:11

Scope (from outer to inner):

file
namespace    VREd

Source code excerpt:

namespace VREd
{
	static FAutoConsoleVariable UIFadeSpeed(TEXT("VREd.UIFadeSpeed"), 6.0f, TEXT("How fast UI should fade in and out"));
}

AVREditorFloatingUI::AVREditorFloatingUI(const FObjectInitializer& ObjectInitializer)
	: Super(),
	SlateWidget(nullptr),
	UserWidget(nullptr),