![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Functions | |
| MCRO_API void | SubmitError (EErrorSeverity severity, FString const &codeContext, bool async, bool important, TUniqueFunction< void(IErrorRef const &)> &&extraSetup, std::source_location const &location=std::source_location::current()) |
| MCRO_API bool | IsRunningPIE () |
| MCRO_API void | StopPie () |
| MCRO_API bool Mcro::AssertMacros::Detail::IsRunningPIE | ( | ) |
| MCRO_API void Mcro::AssertMacros::Detail::StopPie | ( | ) |
| MCRO_API void Mcro::AssertMacros::Detail::SubmitError | ( | EErrorSeverity | severity, |
| FString const & | codeContext, | ||
| bool | async, | ||
| bool | important, | ||
| TUniqueFunction< void(IErrorRef const &)> && | extraSetup, | ||
| std::source_location const & | location = std::source_location::current() ) |