Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
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. More...
#include "OperatingSystemEditorCommands.h"
Public Member Functions | |
TSharedRef< FUICommandList > | CreateCommands () const |
Create the commands available in the operating system editor. | |
Public Attributes | |
TSharedPtr< FUICommandInfo > | SupportCommand |
TSharedPtr< FUICommandInfo > | DocumentationCommand |
TSharedPtr< FUICommandInfo > | MarketplaceCommand |
TSharedPtr< FUICommandInfo > | YouTubeCommand |
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.
TSharedRef< FUICommandList > FOperatingSystemEditorCommands::CreateCommands | ( | ) | const |
Create the commands available in the operating system editor.
TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::DocumentationCommand |
DocumentationCommand is used to access the Operating System Simulator documentation.
TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::MarketplaceCommand |
Used for visiting the marketplace page.
TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::SupportCommand |
The "Support" action allows the user to join the Discord server for support.
TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::YouTubeCommand |
Command used to check out tutorials and updates on YouTube.