UOperatingSystemExplorerHistory
#include <OperatingSystemSimulator/Public/Programs/OperatingSystemExplorerHistory.h>class UOperatingSystemExplorerHistoryDefined in OperatingSystemExplorerHistory.h:24
Inherits:
UOperatingSystemProgramData
Inheritance diagram
Section titled “Inheritance diagram”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class UOperatingSystemExplorerHistory["UOperatingSystemExplorerHistory"]
class UOperatingSystemProgramData["UOperatingSystemProgramData"]
UOperatingSystemProgramData <|-- UOperatingSystemExplorerHistory
This class represents the history of commands in an operating system explorer.
The UOperatingSystemExplorerHistory class is a child class of UOperatingSystemProgramData, and it stores the history of commands executed by the user in an operating system explorer. It provides methods to add, remove, and retrieve commands from the history.
The UOperatingSystemExplorerHistory class is abstract, not blueprintable, and blueprint type. This means that it cannot be instantiated directly and can only be used as a base class for other classes.