FDynamicTextToken

Message token with a localized attribute text payload

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IMessageToken

FDynamicTextToken

References

Module

Core

Header

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

Include

#include "Logging/TokenizedMessage.h"

Syntax

class FDynamicTextToken : public IMessageToken

Remarks

Message token with a localized attribute text payload

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

TSharedRef< ...

 

Create

(
    const TAttribute< FText >& InMessa...
)

Factory method, tokens can only be constructed as shared refs

Public function Const

const TAttri...

 

GetTextAttribute()

End IMessageToken interface

Overridden from IMessageToken

Name Description

Public function Virtual Const

EMessageToke...

 

GetType()

Begin IMessageToken interface

Public function Virtual Const

const FText ...

 

ToText()

Get a string representation of this token

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