![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AssetDataToken.h>
Inheritance diagram for FAssetDataToken:Static Public Member Functions | |
| static COREUOBJECT_API TSharedRef< FAssetDataToken > | Create (const FAssetData &AssetData, const FText &InLabelOverride=FText()) |
| static FOnMessageTokenActivated & | DefaultOnMessageTokenActivated () |
| static FOnGetDisplayName & | DefaultOnGetAssetDisplayName () |
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 |
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.
| FAssetDataToken::FAssetDataToken | ( | FPrivateToken | , |
| const FAssetData & | InAssetData, | ||
| const FText & | InLabelOverride | ||
| ) |
Private constructor (via FPrivateToken argument)
|
static |
Factory method, tokens can only be constructed as shared refs
| FAssetDataToken::DECLARE_DELEGATE_RetVal_TwoParams | ( | FText | , |
| FOnGetDisplayName | , | ||
| const FAssetData & | , | ||
| bool | |||
| ) |
Get the delegate for displaying the asset name
|
inlinestatic |
|
inlinestatic |
Get the delegate for default token activation
|
inline |
End IMessageToken interface
|
overridevirtual |
Get the activated delegate associated with this token, if any
Reimplemented from IMessageToken.
|
inlineoverridevirtual |
Begin IMessageToken interface
Implements IMessageToken.