![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TokenizedMessage.h>
Inheritance diagram for FDynamicTextToken:Static Public Member Functions | |
| static CORE_API TSharedRef< FDynamicTextToken > | Create (const TAttribute< FText > &InMessage) |
Additional Inherited Members | |
Protected Member Functions inherited from TSharedFromThis< IMessageToken > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Static Protected Member Functions inherited from TSharedFromThis< IMessageToken > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
Protected Attributes inherited from IMessageToken | |
| FOnMessageTokenActivated | MessageTokenActivated |
| FText | CachedText |
Message token with a localized attribute text payload
|
inline |
Private constructor
|
static |
Factory method, tokens can only be constructed as shared refs
|
inline |
End IMessageToken interface
|
inlineoverridevirtual |
Begin IMessageToken interface
Implements IMessageToken.
Get a string representation of this token
Reimplemented from IMessageToken.