#include <MachineConfig.h>
◆ ~IMachineConfig()
| virtual BuildPatchServices::IMachineConfig::~IMachineConfig |
( |
| ) |
|
|
inlinevirtual |
◆ LoadInstalledPrereqIds()
| virtual TSet< FString > BuildPatchServices::IMachineConfig::LoadInstalledPrereqIds |
( |
| ) |
|
|
pure virtual |
Loads the list of installed prereq ids whose corresponding prerequisites are installed on this computer.
- Returns
- A set containing the prerequisite ids which are installed on this computer.
Implemented in BuildPatchServices::FMachineConfig.
◆ SaveInstalledPrereqIds()
| virtual void BuildPatchServices::IMachineConfig::SaveInstalledPrereqIds |
( |
const TSet< FString > & |
InstalledPrereqIds | ) |
|
|
pure virtual |
Saves updated list of installed prereqs to the configuration file.
- Parameters
-
| InstalledPrereqIds | A set of all installed prerequisites to save to configuration. |
Implemented in BuildPatchServices::FMachineConfig.
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Online/BuildPatchServices/Private/Installer/MachineConfig.h