![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TokenizedMessage.h>
Inheritance diagram for FImageToken:Static Public Member Functions | |
| static CORE_API TSharedRef< FImageToken > | Create (const FName &InImageName) |
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 |
Basic message token with an icon/image payload
|
static |
Factory method, tokens can only be constructed as shared refs
|
inline |
End IMessageToken interface Get the name of the image for this token
|
inlineoverridevirtual |
Begin IMessageToken interface
Implements IMessageToken.