MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
BlueprintStackTrace.h
Go to the documentation of this file.
1
/** @noop License Comment
2
* @file
3
* @copyright
4
* This Source Code is subject to the terms of the Mozilla Public License, v2.0.
5
* If a copy of the MPL was not distributed with this file You can obtain one at
6
* https://mozilla.org/MPL/2.0/
7
*
8
* @author David Mórász
9
* @date 2025
10
*/
11
12
#pragma once
13
14
#include "CoreMinimal.h"
15
16
#include "CoreMinimal.h"
17
#include "
Mcro/Error/PlainTextComponent.h
"
18
19
namespace
Mcro::Error
20
{
21
/** @brief An Error component which stores a BP stack trace in its message upon construction */
22
class
MCRO_API
FBlueprintStackTrace
:
public
IPlainTextComponent
23
{
24
public
:
25
FBlueprintStackTrace
();
26
};
27
}
PlainTextComponent.h
Mcro::Error::FBlueprintStackTrace
An Error component which stores a BP stack trace in its message upon construction.
Definition
BlueprintStackTrace.h:23
Mcro::Error::FBlueprintStackTrace::FBlueprintStackTrace
FBlueprintStackTrace()
Mcro::Error::IPlainTextComponent
An error component which displays only its Message, used as simple modular plain text storage.
Definition
PlainTextComponent.h:21
Mcro::Error
Contains utilities for structured error handling.
Definition
Error.Fwd.h:19
Mcro
Public
Mcro
Error
BlueprintStackTrace.h
Generated by
1.12.0