Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FError
Description
Returns the name of the module in which this error was declared in UE_DECLARE_ERROR.
e.g. for UE_DECLARE_ERROR(..., MyModule, MyError, ...) returns UTF8TEXTVIEW("MyModule")
| Name | GetModuleIdString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedError.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedError.h" |
| Source | /Engine/Source/Runtime/Core/Private/Experimental/UnifiedError/UnifiedError.cpp |
FUtf8StringView GetModuleIdString() const