◆ FMachineConfig()
| BuildPatchServices::FMachineConfig::FMachineConfig |
( |
const FString & |
InLocalMachineConfigFile, |
|
|
bool |
bAlwaysFlushChanges |
|
) |
| |
Constructor
- Parameters
-
| InLocalMachineConfigFile | The name of the configuration file which will hold the per machine config data. |
| bAlwaysFlushChanges | If true, then we'll always flush changes straight to disk after saving values. |
◆ LoadInstalledPrereqIds()
| TSet< FString > BuildPatchServices::FMachineConfig::LoadInstalledPrereqIds |
( |
| ) |
|
|
overridevirtual |
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.
Implements BuildPatchServices::IMachineConfig.
◆ SaveInstalledPrereqIds()
| void BuildPatchServices::FMachineConfig::SaveInstalledPrereqIds |
( |
const TSet< FString > & |
InstalledPrereqIds | ) |
|
|
overridevirtual |
Saves updated list of installed prereqs to the configuration file.
- Parameters
-
| InstalledPrereqIds | A set of all installed prerequisites to save to configuration. |
Implements BuildPatchServices::IMachineConfig.
The documentation for this class was generated from the following file: