// 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 CVarMediaEnabled;