#include <LiveConfigJson.h>
|
|
virtual void | Initialize (FSubsystemCollectionBase &Collection) override |
| |
|
virtual void | Deinitialize () override |
| |
|
void | LoadJsonFromFiles () |
| |
|
void | VerifyJsonIntegrity () |
| |
|
void | SavePropertyToFile (const FLiveConfigPropertyDefinition &PropertyDefinition) |
| |
|
void | DeletePropertyFile (FName PropertyName) |
| |
|
void | RenamePropertyOnDisk (FName OldPropertyName, FName NewPropertyName) |
| |
|
void | FlushPendingSaves () |
| |
|
|
static ULiveConfigJsonSystem * | Get () |
| |
|
static FString | GetPropertyPath (FName PropertyName) |
| |
|
static FString | GetLiveConfigDirectory () |
| |
|
|
bool | bDisableFileOperations = false |
| |
Manager of the json state
The documentation for this class was generated from the following files:
- Source/LiveConfig/Public/LiveConfigJson.h
- Source/LiveConfig/Private/LiveConfigJson.cpp