13 lines
299 B
C
13 lines
299 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "HAL/IConsoleManager.h"
|
|
|
|
/**
|
|
* Enable/disable media.
|
|
*
|
|
* May be useful if media needs to be disabled without doing any changes to the nDisplay configuration asset.
|
|
*/
|
|
extern TAutoConsoleVariable<bool> CVarMediaEnabled;
|