![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Windows/WindowsConsoleOutputDevice.h"#include "Logging/LogMacros.h"#include "Misc/OutputDevice.h"#include "HAL/PlatformTime.h"#include "Math/UnrealMathUtility.h"#include "HAL/UnrealMemory.h"#include "Templates/UnrealTemplate.h"#include "CoreGlobals.h"#include "Misc/CString.h"#include "Misc/Parse.h"#include "Misc/CommandLine.h"#include "Internationalization/Internationalization.h"#include "Misc/ConfigCacheIni.h"#include "Misc/OutputDeviceHelper.h"#include "Misc/CoreDelegates.h"#include "GenericPlatform/GenericApplication.h"#include "Misc/App.h"#include "HAL/PlatformApplicationMisc.h"#include "HAL/ThreadHeartBeat.h"#include "Windows/AllowWindowsPlatformTypes.h"#include "String/Find.h"#include "Windows/HideWindowsPlatformTypes.h"Namespaces | |
| namespace | OutputDeviceConstants |
Variables | |
| uint32 | OutputDeviceConstants::WIN_STD_OUTPUT_HANDLE = STD_OUTPUT_HANDLE |
| uint32 | OutputDeviceConstants::WIN_ATTACH_PARENT_PROCESS = ATTACH_PARENT_PROCESS |