![]() |
Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
A button widget for the operating system. More...
#include "OperatingSystemButtonWidget.h"
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< UOperatingSystem > | ParentOS |
| ParentOS holds a reference to the operating system that contains the button widget. | |
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.
| 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.
|
protected |
ParentOS holds a reference to the operating system that contains the button widget.