UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ConsoleManager.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// Simply include the interface header - this file could be deleted if all #includes of it were changed to IConsoleManager
6// or we could move this into Private, and put the FConsoleManager class back in
7#include "HAL/IConsoleManager.h" // IWYU pragma: export