wp.Runtime.SetDataLayerRuntimeState

wp.Runtime.SetDataLayerRuntimeState

#Overview

name: wp.Runtime.SetDataLayerRuntimeState

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:101

Scope: file

Source code excerpt:

);

static const FString GSetDataLayerRuntimeStateCommandCommandName(TEXT("wp.Runtime.SetDataLayerRuntimeState"));
FAutoConsoleCommand UDataLayerManager::SetDataLayerRuntimeStateCommand(
	*GSetDataLayerRuntimeStateCommandCommandName,
	TEXT("Sets Runtime DataLayers state. Args [State = Unloaded, Loaded, Activated] [DataLayerNames]"),
	FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& InArgs)
	{
		if (InArgs.Num() < 2)