Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
#include "OperatingSystemMailContentWidget.h"
Protected Attributes | |
FOperatingSystemMailSetting | MailSetting |
Protected Attributes inherited from UOperatingSystemWidgetBase | |
TObjectPtr< UOperatingSystem > | ParentOS |
A pointer to the parent operating system of the operating system widget. | |
Additional Inherited Members | |
Public Member Functions inherited from UOperatingSystemWidgetBase | |
UOperatingSystemWidgetBase () | |
void | SetOperatingSystem (UOperatingSystem *NewOS) |
void | DestroyOperatingSystemBaseWidget () |
Destroys the operating system base widget. | |
void | ThemeChanged (UOperatingSystemSettingModule_Theme *ThemePayload) |
Callback function for handling theme changes in the operating system widget. | |
Public Member Functions inherited from IOperatingSystemThemeInterface | |
void | K2_OnOperatingSystemThemeChanged (UOperatingSystemSettingModule_Theme *ThemePayload) |
Callback function for handling theme changes in the operating system widget. | |
Protected Member Functions inherited from UOperatingSystemWidgetBase | |
virtual void | NativeConstruct () override |
virtual OPERATINGSYSTEMSIMULATOR_API void | OnDestroyWidget () |
void | K2_OnSetOperatingSystem () |
Blueprint event called when the operating system is set. | |
|
protected |