Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FActionToken
- FActorToken
- FAssetNameToken
- FDocumentationToken
- FFbxErrorToken
- FMapErrorToken
- FDynamicTextToken
- FEdGraphToken
- FImageToken
- FNiagaraCompileEventToken
- FSeverityToken
- FTextToken
- FTutorialToken
- FUObjectToken
- FURLToken
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include | #include "Logging/TokenizedMessage.h" |
Syntax
class IMessageToken : public TSharedFromThis< IMessageToken >
Remarks
A single message token for a FTokenizedMessage instance
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | CachedText | Cached string representation of this token | |
| FOnMessageTokenActivated | MessageTokenActivated | A delegate for when this token is activated (e.g. hyperlink clicked) |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FOnMessageTokenActivated & | Get the activated delegate associated with this token, if any | ||
| EMessageToken::Type | GetType () |
Get the type of this message token | |
| TSharedRef< IMessageToken > | OnMessageTokenActivated
(
FOnMessageTokenActivated InMessageTokenActivated |
Set the activated delegate associated with this token | |
| const FText & | ToText () |
Get a string representation of this token |