Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
FOperatingSystemEditorCommands Class Referencefinal

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"

Inheritance diagram for FOperatingSystemEditorCommands:
[legend]
Collaboration diagram for FOperatingSystemEditorCommands:
[legend]

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
 

Detailed Description

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.

Member Function Documentation

◆ CreateCommands()

TSharedRef< FUICommandList > FOperatingSystemEditorCommands::CreateCommands ( ) const

Create the commands available in the operating system editor.

Returns
A shared reference to a UI command list.

Member Data Documentation

◆ DocumentationCommand

TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::DocumentationCommand

DocumentationCommand is used to access the Operating System Simulator documentation.

◆ MarketplaceCommand

TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::MarketplaceCommand

Used for visiting the marketplace page.

◆ SupportCommand

TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::SupportCommand

The "Support" action allows the user to join the Discord server for support.

◆ YouTubeCommand

TSharedPtr<FUICommandInfo> FOperatingSystemEditorCommands::YouTubeCommand

Command used to check out tutorials and updates on YouTube.


The documentation for this class was generated from the following files: