FOperatingSystemEditorCommands
#include <OperatingSystemEditor/Private/OperatingSystemEditorCommands.h>class FOperatingSystemEditorCommandsDefined in OperatingSystemEditorCommands.h:13
Inherits:
TCommands< FOperatingSystemEditorCommands >
Inheritance diagram
Section titled “Inheritance diagram”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FOperatingSystemEditorCommands["FOperatingSystemEditorCommands"]
class TCommands__FOperatingSystemEditorCommands["TCommands< FOperatingSystemEditorCommands >"]
TCommands__FOperatingSystemEditorCommands <|-- FOperatingSystemEditorCommands
Class detail
Section titled “Class detail”---
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.
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
TSharedPtr< FUICommandInfo > | SupportCommand | The “Support” action allows the user to join the Discord server for support. |
TSharedPtr< FUICommandInfo > | DocumentationCommand | DocumentationCommand is used to access the Operating System Simulator documentation. |
TSharedPtr< FUICommandInfo > | MarketplaceCommand | Used for visiting the marketplace page. |
TSharedPtr< FUICommandInfo > | YouTubeCommand | Command used to check out tutorials and updates on YouTube. |
SupportCommand
Section titled “SupportCommand”TSharedPtr< FUICommandInfo > SupportCommandDefined in OperatingSystemEditorCommands.h:17 The “Support” action allows the user to join the Discord server for support.
DocumentationCommand
Section titled “DocumentationCommand”TSharedPtr< FUICommandInfo > DocumentationCommandDefined in OperatingSystemEditorCommands.h:20 DocumentationCommand is used to access the Operating System Simulator documentation.
MarketplaceCommand
Section titled “MarketplaceCommand”TSharedPtr< FUICommandInfo > MarketplaceCommandDefined in OperatingSystemEditorCommands.h:23 Used for visiting the marketplace page.
YouTubeCommand
Section titled “YouTubeCommand”TSharedPtr< FUICommandInfo > YouTubeCommandDefined in OperatingSystemEditorCommands.h:26 Command used to check out tutorials and updates on YouTube.
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
TSharedRef< FUICommandList > | CreateCommands const | Create the commands available in the operating system editor. |
CreateCommands
Section titled “CreateCommands”const
TSharedRef< FUICommandList > CreateCommands() constDefined in OperatingSystemEditorCommands.h:42 Create the commands available in the operating system editor.
Returns
Section titled “Returns”A shared reference to a UI command list.
References
Section titled “References”MAP_URL