Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/AssetRegistry
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FAssetDataToken
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataToken.h |
| Include | #include "AssetRegistry/AssetDataToken.h" |
Syntax
class FAssetDataToken : public IMessageToken
Remarks
A Message Log token that links to an asset, allowing a hyperlink to navigate to an asset in the content browser or an actor in a level.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetDataToken
(
FPrivateToken, |
Private constructor (via FPrivateToken argument) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FAssetDataToken > | Create
(
const FAssetData& AssetData, |
Factory method, tokens can only be constructed as shared refs | |
| FOnGetDisplayName & | |||
| FOnMessageTokenActivated & | Get the delegate for default token activation | ||
| const FAssetData & | GetAssetData () |
End IMessageToken interface |
Overridden from IMessageToken
| Type | Name | Description | |
|---|---|---|---|
| const FOnMessageTokenActivated & | Get the activated delegate associated with this token, if any | ||
| EMessageToken::Type | GetType () |
Begin IMessageToken interface |
Typedefs
| Name | Description |
|---|---|
| FOnGetDisplayName | Get the delegate for displaying the asset name |
Constants
| Name | Description |
|---|---|
| DefaultGetAssetDisplayName | The default method for getting a display name for assets, if any. |
| DefaultMessageTokenActivated | The default activation method, if any. Usually populated by another module in the engine. |