Skip to content

FOperatingSystemEditorCommands

#include <OperatingSystemEditor/Private/OperatingSystemEditorCommands.h>
class FOperatingSystemEditorCommands

Defined in OperatingSystemEditorCommands.h:13

Inherits: TCommands< FOperatingSystemEditorCommands >

---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class FOperatingSystemEditorCommands["FOperatingSystemEditorCommands"]
  class TCommands__FOperatingSystemEditorCommands["TCommands< FOperatingSystemEditorCommands >"]
  TCommands__FOperatingSystemEditorCommands <|-- FOperatingSystemEditorCommands
---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class FOperatingSystemEditorCommands {
    +SupportCommand : TSharedPtr< FUICommandInfo >
    +DocumentationCommand : TSharedPtr< FUICommandInfo >
    +MarketplaceCommand : TSharedPtr< FUICommandInfo >
    +YouTubeCommand : TSharedPtr< FUICommandInfo >
    +CreateCommands() const TSharedRef< FUICommandList >
  }

FOperatingSystemEditorCommands is a class that defines the commands available in the operating system editor. It inherits from TCommands<FOperatingSystemEditorCommands> and implements the RegisterCommands function and the CreateCommands function.

ReturnNameDescription
TSharedPtr< FUICommandInfo >SupportCommandThe “Support” action allows the user to join the Discord server for support.
TSharedPtr< FUICommandInfo >DocumentationCommandDocumentationCommand is used to access the Operating System Simulator documentation.
TSharedPtr< FUICommandInfo >MarketplaceCommandUsed for visiting the marketplace page.
TSharedPtr< FUICommandInfo >YouTubeCommandCommand used to check out tutorials and updates on YouTube.

TSharedPtr< FUICommandInfo > SupportCommand

Defined in OperatingSystemEditorCommands.h:17 The “Support” action allows the user to join the Discord server for support.


TSharedPtr< FUICommandInfo > DocumentationCommand

Defined in OperatingSystemEditorCommands.h:20 DocumentationCommand is used to access the Operating System Simulator documentation.


TSharedPtr< FUICommandInfo > MarketplaceCommand

Defined in OperatingSystemEditorCommands.h:23 Used for visiting the marketplace page.


TSharedPtr< FUICommandInfo > YouTubeCommand

Defined in OperatingSystemEditorCommands.h:26 Command used to check out tutorials and updates on YouTube.

ReturnNameDescription
TSharedRef< FUICommandList >CreateCommands constCreate the commands available in the operating system editor.

const

TSharedRef< FUICommandList > CreateCommands() const

Defined in OperatingSystemEditorCommands.h:42 Create the commands available in the operating system editor.

A shared reference to a UI command list.

  • MAP_URL