VREd.ScaleProgressBarRadius

VREd.ScaleProgressBarRadius

#Overview

name: VREd.ScaleProgressBarRadius

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/VREditorAvatarActor.cpp:39

Scope (from outer to inner):

file
namespace    VREd

Source code excerpt:


	static FAutoConsoleVariable ScaleProgressBarLength( TEXT( "VREd.ScaleProgressBarLength" ), 50.0f, TEXT( "Length of the progressbar that appears when scaling" ) );
	static FAutoConsoleVariable ScaleProgressBarRadius( TEXT( "VREd.ScaleProgressBarRadius" ), 1.0f, TEXT( "Radius of the progressbar that appears when scaling" ) );
}

AVREditorAvatarActor::AVREditorAvatarActor() :
	Super(),
	HeadMeshComponent(nullptr),
	WorldMovementGridMeshComponent(nullptr),