wp.Runtime.ToggleDataLayerActivation

wp.Runtime.ToggleDataLayerActivation

#Overview

name: wp.Runtime.ToggleDataLayerActivation

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/Runtime/Engine/Private/WorldPartition/DataLayer/DataLayerManager.cpp:69

Scope: file

Source code excerpt:

);

static const FString GToggleDataLayerActivationCommandName(TEXT("wp.Runtime.ToggleDataLayerActivation"));
FAutoConsoleCommand UDataLayerManager::ToggleDataLayerActivation(
	*GToggleDataLayerActivationCommandName,
	TEXT("Toggles DataLayers active state. Args [DataLayerNames]"),
	FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& InArgs)
	{
		for (const FWorldContext& Context : GEngine->GetWorldContexts())