![]() |
MCRO
C++23 utilities for Unreal Engine.
|
#include "CoreMinimal.h"#include "Widgets/SCompoundWidget.h"#include "Widgets/Text/STextBlock.h"#include "Widgets/Layout/SExpandableArea.h"#include "Widgets/Input/SEditableTextBox.h"#include "Mcro/Error.h"#include "Mcro/Slate.h"#include "Mcro/AutoModularFeature.h"Go to the source code of this file.
Data Structures | |
| class | Mcro::Error::IErrorDisplayExtension |
| A modular feature which allows other modules to inject their own UI into the common error display widget. More... | |
| class | Mcro::Error::SErrorDisplay |
| Base class for displaying Mcro::Error::IError objects to the user. More... | |
Namespaces | |
| namespace | Mcro |
| namespace | Mcro::Error |
| Contains utilities for structured error handling. | |
Definition in file SErrorDisplay.h.