Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
Holds a single log message emitted during launch
| Name | FLaunchLogMessage |
| Type | struct |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Model/ProjectLauncherModel.h |
| Include Path | #include "Model/ProjectLauncherModel.h" |
Syntax
struct FLaunchLogMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLaunchLogMessage
(
const FString& InMessage, |
Model/ProjectLauncherModel.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | TSharedRef< FString > | Model/ProjectLauncherModel.h | ||
| Verbosity | ELogVerbosity::Type | Model/ProjectLauncherModel.h |