Navigation
API > API/Runtime > API/Runtime/Core
Basic message token that defaults is activated method to traverse a URL
| Name | FURLToken |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include Path | #include "Logging/TokenizedMessage.h" |
Syntax
class FURLToken : public IMessageToken
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Private constructor | Logging/TokenizedMessage.h | ||
| Private constructor | Logging/TokenizedMessage.h |
Structs
| Name | Remarks |
|---|---|
| FPrivateToken | The private token allows only members or friends to call MakeShared. |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| URL | FString | The URL we will follow | Logging/TokenizedMessage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetURL() |
End IMessageToken interface Get the URL used by this token | Logging/TokenizedMessage.h |
Overridden from IMessageToken
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMessageToken::Type GetType() |
Begin IMessageToken interface | Logging/TokenizedMessage.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FURLToken > Create
(
const FString& InURL, |
Factory method, tokens can only be constructed as shared refs | Logging/TokenizedMessage.h | |
static void VisitURL
(
const TSharedRef< IMessageToken >& Token, |
Delegate used to visit a URL | Logging/TokenizedMessage.h |