Skip to content

UOperatingSystemExplorerHistory

#include <OperatingSystemSimulator/Public/Programs/OperatingSystemExplorerHistory.h>
class UOperatingSystemExplorerHistory

Defined in OperatingSystemExplorerHistory.h:24

Inherits: UOperatingSystemProgramData

---
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.