![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UObjectToken.h>
Inheritance diagram for FUObjectToken:Static Public Member Functions | |
| static COREUOBJECT_API TSharedRef< FUObjectToken > | Create (const UObject *InObject, const FText &InLabelOverride=FText()) |
| static FOnMessageTokenActivated & | DefaultOnMessageTokenActivated () |
| static FOnGetDisplayName & | DefaultOnGetObjectDisplayName () |
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 object, with default behavior to link to the object in the content browser/scene.
|
static |
Factory method, tokens can only be constructed as shared refs
| FUObjectToken::DECLARE_DELEGATE_RetVal_TwoParams | ( | FText | , |
| FOnGetDisplayName | , | ||
| const UObject * | , | ||
| bool | |||
| ) |
Get the delegate for displaying the object name
|
inlinestatic |
|
inlinestatic |
Get the delegate for default token activation
|
inlinevirtual |
End IMessageToken interface Get the object referenced by this token
|
overridevirtual |
Get the activated delegate associated with this token, if any
Reimplemented from IMessageToken.
|
inline |
Get the original object Path Name as the object path name could be different when fetched later on
|
inlineoverridevirtual |
Begin IMessageToken interface
Implements IMessageToken.