Navigation
API > API/Runtime > API/Runtime/Core
A fix action token. These are displayed in a separate list below the log message.
| Name | FFixToken |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include Path | #include "Logging/TokenizedMessage.h" |
Syntax
class FFixToken : public IMessageToken
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFixToken
(
const FText& InName, |
Logging/TokenizedMessage.h | ||
FFixToken
(
FPrivateToken, |
Logging/TokenizedMessage.h |
Structs
| Name | Remarks |
|---|---|
| FPrivateToken | The private token allows only members or friends to call MakeShared. |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Fixer | TSharedPtr< UE::DataValidation::IFixer > | Logging/TokenizedMessage.h | ||
| FixIndex | int32 | Logging/TokenizedMessage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< UE::DataValidation::IFixer > GetFixer() |
Logging/TokenizedMessage.h | ||
int32 GetFixIndex() |
Logging/TokenizedMessage.h | ||
void SetFix
(
TSharedRef< UE::DataValidation::IFixer > InFixer, |
Logging/TokenizedMessage.h |
Overridden from IMessageToken
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMessageToken::Type GetType() |
Get the type of this message token | Logging/TokenizedMessage.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FFixToken > Create
(
const FText& InName, |
Creates an FFixToken out of an IFixer and a fix index. | Logging/TokenizedMessage.h |