Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FError
Description
Returns the name of the error as declared in UE_DECLARE_ERROR.
e.g. for UE_DECLARE_ERROR(..., MyModule, MyError, ...) returns UTF8TEXTVIEW("MyError")
| Name | GetErrorCodeString |
| 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 GetErrorCodeString() const