Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
#include "OperatingSystemExplorerWidget.h"
Additional Inherited Members | |
Public Member Functions inherited from UOperatingSystemProgramWidget | |
UOperatingSystemProgramWidget () | |
void | SetFile () |
void | OpenFile () |
Public Member Functions inherited from UOperatingSystemWindowWidgetBase | |
UOperatingSystemWindowWidgetBase () | |
void | SetParentWindow (UDraggableWindow *NewWindow) |
void | BringWindowToFront () const |
Brings the window associated with this widget to the front of the z-order. | |
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. | |
Static Public Member Functions inherited from UOperatingSystemProgramWidget | |
static UOperatingSystemProgramWidget * | CreateProgramWidget (const TWeakObjectPtr< UOperatingSystemBaseProgram > TargetProgram, FGenericError &OutError) |
Protected Member Functions inherited from UOperatingSystemProgramWidget | |
void | K2_OnSetFile () |
void | K2_OnOpenFile () |
Protected Member Functions inherited from UOperatingSystemWindowWidgetBase | |
virtual FReply | NativeOnMouseButtonDown (const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override |
virtual void | NativeOnAddedToFocusPath (const FFocusEvent &InFocusEvent) override |
virtual void | OnDestroyWidget () override |
This method is called before the widget is destroyed. | |
void | K2_OnSetWindow () |
This method is called when the window associated with this widget is set. | |
void | K2_OnDestroyWidget () |
This method is called when the widget is being destroyed. | |
Protected Member Functions inherited from UOperatingSystemWidgetBase | |
virtual void | NativeConstruct () override |
void | K2_OnSetOperatingSystem () |
Blueprint event called when the operating system is set. | |
Protected Attributes inherited from UOperatingSystemProgramWidget | |
TWeakObjectPtr< UOperatingSystemBaseProgram > | ParentProgram |
uint8 | bHasBlueprintOnSetFile: 1 |
uint8 | bHasBlueprintOnOpenFile: 1 |
Protected Attributes inherited from UOperatingSystemWindowWidgetBase | |
TObjectPtr< UDraggableWindow > | ParentWindow |
Protected Attributes inherited from UOperatingSystemWidgetBase | |
TObjectPtr< UOperatingSystem > | ParentOS |
A pointer to the parent operating system of the operating system widget. | |