![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TokenizedMessage.h>
Inheritance diagram for IMessageToken:Protected Attributes | |
| FOnMessageTokenActivated | MessageTokenActivated |
| FText | CachedText |
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) |
A single message token for a FTokenizedMessage instance
|
inlinevirtual |
Virtual destructor
|
inlinevirtual |
Get the activated delegate associated with this token, if any
Reimplemented in FActorToken, FAssetDataToken, and FUObjectToken.
|
pure virtual |
Get the type of this message token
Implemented in FTextToken, FDynamicTextToken, FImageToken, FSeverityToken, FURLToken, FAssetNameToken, FDocumentationToken, FActionToken, FTutorialToken, FActorToken, FFixToken, FAssetDataToken, and FUObjectToken.
|
inlinevirtual |
Set the activated delegate associated with this token
Get a string representation of this token
Reimplemented in FDynamicTextToken.
|
protected |
Cached string representation of this token
|
protected |
A delegate for when this token is activated (e.g. hyperlink clicked)