|
Config Forge 1.0.0
|
Public Member Functions | |
| virtual void | Activate () override |
| void | OnSaveComplete (bool bSuccess) |
Static Public Member Functions | |
| static UConfigForgeAsyncSaveFileNode * | SaveConfigForgeFileAsync (UObject *WorldContextObject, const FGuid &InFileUniqueID) |
Public Attributes | |
| FOnConfigForgeFileSaved | OnSuccess |
| FOnConfigForgeFileSaved | OnFailure |
Protected Attributes | |
| TWeakObjectPtr< UObject > | WorldContextObject |
| FGuid | FileID |
|
static |
Asynchronously saves a ConfigForge file
| WorldContextObject | - World context for getting the subsystem |
| InFileUniqueID | - The file ID to pick file and save |