UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UnixErrorOutputDevice.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
8#include "UObject/NameTypes.h"
9
11{
12public:
13
16
23 CORE_API virtual void Serialize(const TCHAR* Msg, ELogVerbosity::Type Verbosity, const class FName& Category) override;
24
29 CORE_API void HandleError() override;
30
31private:
32
33 int32 ErrorPos;
34
35protected:
39 CORE_API virtual void HandleErrorRestoreUI();
40};
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
Definition OutputDeviceError.h:10
Definition UnixErrorOutputDevice.h:11
CORE_API FUnixErrorOutputDevice()
Definition UnixErrorOutputDevice.cpp:19
virtual CORE_API void HandleErrorRestoreUI()
Definition UnixErrorOutputDevice.cpp:124
CORE_API void HandleError() override
Definition UnixErrorOutputDevice.cpp:83
Type
Definition LogVerbosity.h:17