Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FDocumentationToken
- FFbxErrorToken
- FMapErrorToken
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include | #include "Logging/TokenizedMessage.h" |
Syntax
class FDocumentationToken : public IMessageToken
Remarks
Basic message token that defaults is activated method to access UDN documentation.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDocumentationToken
(
const FString& InDocumentationLink, |
Protected constructor | ||
FDocumentationToken
(
FPrivateToken, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FDocumentationToken > | Factory method, tokens can only be constructed as shared refs | ||
| const FString & | End IMessageToken interface Get the documentation link used by this token | ||
| const FString & | Get the documentation excerpt link used by this token | ||
| const FString & | Get the documentation excerpt name used by this token |
Overridden from IMessageToken
| Type | Name | Description | |
|---|---|---|---|
| EMessageToken::Type | GetType () |
Begin IMessageToken interface |