#include "OperatingSystemProgramWidget.h"
◆ UOperatingSystemProgramWidget()
UOperatingSystemProgramWidget::UOperatingSystemProgramWidget |
( |
| ) |
|
◆ CreateProgramWidget()
UOperatingSystemProgramWidget::CreateProgramWidget Creates a program widget for the specified target program.
- Parameters
-
TargetProgram | The target program for which to create the program widget. |
OutError | The error information if the program widget creation fails. |
- Returns
- The created program widget instance. Returns nullptr if creation fails.
◆ K2_OnOpenFile()
void UOperatingSystemProgramWidget::K2_OnOpenFile |
( |
| ) |
|
|
protected |
BlueprintImplementableEvent for the OnOpenFile event. This event is called when a file is opened in the program widget.
- See also
- UOperatingSystemProgramWidget::OpenFile
- Note
- This method is implemented as a BlueprintImplementableEvent, which means it can be overridden in Blueprints and additional functionality can be added.
◆ K2_OnSetFile()
void UOperatingSystemProgramWidget::K2_OnSetFile |
( |
| ) |
|
|
protected |
BlueprintImplementableEvent for the OnSetFile event. This event is called when the file is set for the program widget.
- See also
- UOperatingSystemProgramWidget::SetFile
- Note
- This method is implemented as a BlueprintImplementableEvent, which means it can be overridden in Blueprints and additional functionality can be added.
◆ OpenFile()
void UOperatingSystemProgramWidget::OpenFile |
( |
| ) |
|
Opens a file in the program widget.
◆ SetFile()
void UOperatingSystemProgramWidget::SetFile |
( |
| ) |
|
Sets the file for the program widget.
◆ bHasBlueprintOnOpenFile
uint8 UOperatingSystemProgramWidget::bHasBlueprintOnOpenFile |
|
protected |
◆ bHasBlueprintOnSetFile
uint8 UOperatingSystemProgramWidget::bHasBlueprintOnSetFile |
|
protected |
◆ ParentProgram
The documentation for this class was generated from the following files: