RecordTake

RecordTake

#Overview

name: RecordTake

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/Plugins/VirtualProduction/Takes/Source/TakeRecorderSources/Private/TakeRecorderSourcesModule.cpp:711

Scope (from outer to inner):

file
class        class FTakeRecorderSourcesModule : public IModuleInterface, private FSelfRegisteringExec
function     virtual bool Exec_Editor

Source code excerpt:

	{
#if WITH_EDITOR
		if (FParse::Command(&Cmd, TEXT("RecordTake")))
		{
			return HandleRecordTakeCommand(InWorld, Cmd, Ar);
		}
		else if (FParse::Command(&Cmd, TEXT("StopRecordingTake")))
		{
			return HandleStopRecordTakeCommand(InWorld, Cmd, Ar);