Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FAssetNameToken
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include | #include "Logging/TokenizedMessage.h" |
Syntax
class FAssetNameToken : public IMessageToken
Remarks
Basic message token that defaults its activated method to find a file Intended to hook into things like the content browser.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetNameToken
(
FPrivateToken, |
Private constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FAssetNameToken > | Factory method, tokens can only be constructed as shared refs | ||
| const FString & | GetAssetName () |
End IMessageToken interface Get the filename used by this token | |
| FOnGotoAsset & | OnGotoAsset () |
Overridden from IMessageToken
| Type | Name | Description | |
|---|---|---|---|
| EMessageToken::Type | GetType () |
Begin IMessageToken interface |
Typedefs
| Name | Description |
|---|---|
| FOnGotoAsset |
Constants
| Name | Description |
|---|---|
| GotoAsset | The delegate we will use to go to our file |