FURLToken

Basic message token that defaults is activated method to traverse a URL

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h

Include

#include "Logging/TokenizedMessage.h"

Syntax

class FURLToken : public IMessageToken

Remarks

Basic message token that defaults is activated method to traverse a URL

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

TSharedRef< ...

 

Create

(
    const FString& InURL,
    const FText& InMessage
)

Factory method, tokens can only be constructed as shared refs

Public function Const

const FStrin...

 

GetURL()

End IMessageToken interface Get the URL used by this token

Public function Static

FGenerateURL...

 

OnGenerateURL()

Overridden from IMessageToken

Name Description

Public function Virtual Const

EMessageToke...

 

GetType()

Begin IMessageToken interface

Typedefs

Name

Description

FGenerateURL

Constants

Name

Description

GenerateURL

The delegate we will use to generate our URL

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss