VREd.AllowPlay

VREd.AllowPlay

#Overview

name: VREd.AllowPlay

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/VREditorActions.cpp:36

Scope (from outer to inner):

file
namespace    VREd

Source code excerpt:

namespace VREd
{
	static FAutoConsoleVariable AllowPlay(TEXT("VREd.AllowPlay"), 1, TEXT("Allow to start play."));
}

FText FVREditorActionCallbacks::GizmoCoordinateSystemText;
FText FVREditorActionCallbacks::GizmoModeText;
FText FVREditorActionCallbacks::SelectingCandidateActorsText;
FText FVREditorActionCallbacks::SequencerLoopText;