Navigation
API > API/Runtime > API/Runtime/Core
Map error specific message token.
| Name | FMapErrorToken |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MapErrors.h |
| Include Path | #include "Misc/MapErrors.h" |
Syntax
class FMapErrorToken : public FDocumentationToken
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMapErrorToken
(
const FName& InErrorName |
Private constructor | Misc/MapErrors.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FMapErrorToken > Create
(
const FName& InErrorName |
Factory method, tokens can only be constructed as shared refs | Misc/MapErrors.h |