FOperatingSystemEditorModule
#include <OperatingSystemEditor/Public/OperatingSystemEditorModule.h>class FOperatingSystemEditorModuleDefined in OperatingSystemEditorModule.h:9
Inherits:
IModuleInterface
Inheritance diagram
Section titled “Inheritance diagram”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FOperatingSystemEditorModule["FOperatingSystemEditorModule"]
class IModuleInterface["IModuleInterface"]
IModuleInterface <|-- FOperatingSystemEditorModule
Class detail
Section titled “Class detail”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FOperatingSystemEditorModule {
+StartupModule() override
+ShutdownModule() override
+LogToMessageLog(const FString &Message) OPERATINGSYSTEMEDITOR_API void
+WarningToMessageLog(const FString &Message) OPERATINGSYSTEMEDITOR_API void
+ErrorToMessageLog(const FString &Message) OPERATINGSYSTEMEDITOR_API void
+ToastNotification(const FString &Message, const float &Expire OPERATINGSYSTEMEDITOR_API void
+YetiTechCommandList : TSharedPtr< FUICommandList >
+Internal_CreateCommands()
+Internal_CreateMenuBarEntry() const
}
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
void | StartupModule virtual override | |
void | ShutdownModule virtual override |
StartupModule
Section titled “StartupModule”virtual override
virtual void StartupModule() overrideDefined in OperatingSystemEditorModule.h:14
References
Section titled “References”ShutdownModule
Section titled “ShutdownModule”virtual override
virtual void ShutdownModule() overrideDefined in OperatingSystemEditorModule.h:15
References
Section titled “References”OS_LOG
Public Static Methods
Section titled “Public Static Methods”| Return | Name | Description |
|---|---|---|
OPERATINGSYSTEMEDITOR_API void | LogToMessageLog static | |
OPERATINGSYSTEMEDITOR_API void | WarningToMessageLog static | |
OPERATINGSYSTEMEDITOR_API void | ErrorToMessageLog static | |
OPERATINGSYSTEMEDITOR_API void | ToastNotification static |
LogToMessageLog
Section titled “LogToMessageLog”static
static OPERATINGSYSTEMEDITOR_API void LogToMessageLog(const FString & Message)Defined in OperatingSystemEditorModule.h:17
Section titled “Defined in OperatingSystemEditorModule.h:17”WarningToMessageLog
Section titled “WarningToMessageLog”static
static OPERATINGSYSTEMEDITOR_API void WarningToMessageLog(const FString & Message)Defined in OperatingSystemEditorModule.h:18
Referenced by
Section titled “Referenced by”ErrorToMessageLog
Section titled “ErrorToMessageLog”static
static OPERATINGSYSTEMEDITOR_API void ErrorToMessageLog(const FString & Message)Defined in OperatingSystemEditorModule.h:19
Section titled “Defined in OperatingSystemEditorModule.h:19”ToastNotification
Section titled “ToastNotification”static
static OPERATINGSYSTEMEDITOR_API void ToastNotification(const FString & Message, const float & ExpireDuration, const TOptional< FString > & Hyperlink = TOptional< FString >(), const TOptional< FString > & HyperlinkText = TOptional< FString >())Defined in OperatingSystemEditorModule.h:21
Referenced by
Section titled “Referenced by”References
Section titled “References”Info
Private Attributes
Section titled “Private Attributes”| Return | Name | Description |
|---|---|---|
TSharedPtr< FUICommandList > | YetiTechCommandList |
YetiTechCommandList
Section titled “YetiTechCommandList”TSharedPtr< FUICommandList > YetiTechCommandListDefined in OperatingSystemEditorModule.h:11
Referenced by
Section titled “Referenced by”Private Methods
Section titled “Private Methods”| Return | Name | Description |
|---|---|---|
void | Internal_CreateCommands | |
void | Internal_CreateMenuBarEntry const |
Internal_CreateCommands
Section titled “Internal_CreateCommands”void Internal_CreateCommands()Defined in OperatingSystemEditorModule.h:25
Referenced by
Section titled “Referenced by”References
Section titled “References”Internal_CreateMenuBarEntry
Section titled “Internal_CreateMenuBarEntry”const
void Internal_CreateMenuBarEntry() constDefined in OperatingSystemEditorModule.h:26