Skip to content

FOperatingSystemEditorModule

#include <OperatingSystemEditor/Public/OperatingSystemEditorModule.h>
class FOperatingSystemEditorModule

Defined in OperatingSystemEditorModule.h:9

Inherits: IModuleInterface

---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class FOperatingSystemEditorModule["FOperatingSystemEditorModule"]
  class IModuleInterface["IModuleInterface"]
  IModuleInterface <|-- FOperatingSystemEditorModule
---
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
  }
ReturnNameDescription
voidStartupModule virtual override
voidShutdownModule virtual override

virtual override

virtual void StartupModule() override

Defined in OperatingSystemEditorModule.h:14


virtual override

virtual void ShutdownModule() override

Defined in OperatingSystemEditorModule.h:15

  • OS_LOG
ReturnNameDescription
OPERATINGSYSTEMEDITOR_API voidLogToMessageLog static
OPERATINGSYSTEMEDITOR_API voidWarningToMessageLog static
OPERATINGSYSTEMEDITOR_API voidErrorToMessageLog static
OPERATINGSYSTEMEDITOR_API voidToastNotification static

static

static OPERATINGSYSTEMEDITOR_API void LogToMessageLog(const FString & Message)

Defined in OperatingSystemEditorModule.h:17

Section titled “Defined in OperatingSystemEditorModule.h:17”

static

static OPERATINGSYSTEMEDITOR_API void WarningToMessageLog(const FString & Message)

Defined in OperatingSystemEditorModule.h:18


static

static OPERATINGSYSTEMEDITOR_API void ErrorToMessageLog(const FString & Message)

Defined in OperatingSystemEditorModule.h:19

Section titled “Defined in OperatingSystemEditorModule.h:19”

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

  • Info
ReturnNameDescription
TSharedPtr< FUICommandList >YetiTechCommandList

TSharedPtr< FUICommandList > YetiTechCommandList

Defined in OperatingSystemEditorModule.h:11

ReturnNameDescription
voidInternal_CreateCommands
voidInternal_CreateMenuBarEntry const

void Internal_CreateCommands()

Defined in OperatingSystemEditorModule.h:25


const

void Internal_CreateMenuBarEntry() const

Defined in OperatingSystemEditorModule.h:26