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

A button widget for the operating system. More...

#include "OperatingSystemButtonWidget.h"

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

Public Member Functions

 UOperatingSystemButtonWidget ()
 Default constructor for the UOperatingSystemButtonWidget class.
 
- Public Member Functions inherited from IOperatingSystemThemeInterface
void K2_OnOperatingSystemThemeChanged (UOperatingSystemSettingModule_Theme *ThemePayload)
 Callback function for handling theme changes in the operating system widget.
 

Protected Attributes

TObjectPtr< UOperatingSystemParentOS
 ParentOS holds a reference to the operating system that contains the button widget.
 

Detailed Description

A button widget for the operating system.

Inherits from UCommonButtonBase and IOperatingSystemThemeInterface.

This widget represents a button used in the operating system. It is used to perform specific actions or navigate to different screens within the operating system.

Constructor & Destructor Documentation

◆ UOperatingSystemButtonWidget()

UOperatingSystemButtonWidget::UOperatingSystemButtonWidget ( )

Default constructor for the UOperatingSystemButtonWidget class.

This constructor initializes a UOperatingSystemButtonWidget object with default values. It sets the ParentOS member variable to nullptr.

Member Data Documentation

◆ ParentOS

TObjectPtr<UOperatingSystem> UOperatingSystemButtonWidget::ParentOS
protected

ParentOS holds a reference to the operating system that contains the button widget.


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