MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
ErrorManager.h File Reference
#include "CoreMinimal.h"
#include "HAL/ThreadSafeBool.h"
#include "Widgets/SWidget.h"
#include "Widgets/SWindow.h"
#include "Mcro/Error.h"
#include "Mcro/Delegates/EventDelegate.h"
#include "Mcro/AutoModularFeature.h"

Go to the source code of this file.

Data Structures

struct  Mcro::Error::FDisplayErrorArgs
 Control how an error is being displayed. Use C++ 20 designated initializers for convenience. More...
 
class  Mcro::Error::IErrorWindowExtension
 A modular feature which allows other modules to inject their own UI into error windows displayed to the user. More...
 
class  Mcro::Error::FErrorManager
 Global facilities for IError handling, including displaying them to the user, trigger error events, etc. More...
 

Namespaces

namespace  Mcro
 
namespace  Mcro::Error
 Contains utilities for structured error handling.
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file ErrorManager.h.