![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TokenizedMessage.h>
Inheritance diagram for FFixToken:Static Public Member Functions | |
| static CORE_API TSharedRef< FFixToken > | Create (const FText &InName, TSharedRef< UE::DataValidation::IFixer > InFixer, int32 InFixIndex) |
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 fix action token. These are displayed in a separate list below the log message.
|
inline |
|
static |
Creates an FFixToken out of an IFixer and a fix index. Prefer IFixer::CreateToken over this.
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inline |