#include "OperatingSystemEditorModule.h"
|
| static OPERATINGSYSTEMEDITOR_API void | LogToMessageLog (const FString &Message) |
| |
| static OPERATINGSYSTEMEDITOR_API void | WarningToMessageLog (const FString &Message) |
| |
| static OPERATINGSYSTEMEDITOR_API void | ErrorToMessageLog (const FString &Message) |
| |
| static OPERATINGSYSTEMEDITOR_API void | ToastNotification (const FString &Message, const float &ExpireDuration, const TOptional< FString > &Hyperlink=TOptional< FString >(), const TOptional< FString > &HyperlinkText=TOptional< FString >()) |
| |
◆ ErrorToMessageLog()
| void FOperatingSystemEditorModule::ErrorToMessageLog |
( |
const FString & | Message | ) |
|
|
static |
◆ LogToMessageLog()
| void FOperatingSystemEditorModule::LogToMessageLog |
( |
const FString & | Message | ) |
|
|
static |
◆ ShutdownModule()
| void FOperatingSystemEditorModule::ShutdownModule |
( |
| ) |
|
|
overridevirtual |
◆ StartupModule()
| void FOperatingSystemEditorModule::StartupModule |
( |
| ) |
|
|
overridevirtual |
◆ ToastNotification()
| void FOperatingSystemEditorModule::ToastNotification |
( |
const FString & | Message, |
|
|
const float & | ExpireDuration, |
|
|
const TOptional< FString > & | Hyperlink = TOptional<FString>(), |
|
|
const TOptional< FString > & | HyperlinkText = TOptional<FString>() ) |
|
static |
◆ WarningToMessageLog()
| void FOperatingSystemEditorModule::WarningToMessageLog |
( |
const FString & | Message | ) |
|
|
static |
The documentation for this class was generated from the following files: