Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
| Name | FMessageLog |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/MVVMMessageLog.h |
| Include Path | #include "MVVMMessageLog.h" |
Syntax
class FMessageLog : private FMessageLog
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMessageLog
(
const UUserWidget* InUserWidget |
MVVMMessageLog.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| LogName | const FName | MVVMMessageLog.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UserWidget | TWeakObjectPtr< const UUserWidget > | MVVMMessageLog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddBindingToken
(
TSharedRef< FTokenizedMessage > NewMessage, |
MVVMMessageLog.h | ||
TSharedRef< FTokenizedMessage > Error
(
const FText& InMessage |
MVVMMessageLog.h | ||
TSharedRef< FTokenizedMessage > Info
(
const FText& InMessage |
MVVMMessageLog.h | ||
TSharedRef< FTokenizedMessage > Message
(
EMessageSeverity::Type InSeverity, |
MVVMMessageLog.h | ||
TSharedRef< FTokenizedMessage > PerformanceWarning
(
const FText& InMessage |
MVVMMessageLog.h | ||
TSharedRef< FTokenizedMessage > Warning
(
const FText& InMessage |
MVVMMessageLog.h |