Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ConfigContext.h File Reference
#include "Containers/Array.h"
#include "Containers/Map.h"
#include "Containers/Set.h"
#include "Containers/SparseArray.h"
#include "Containers/UnrealString.h"
#include "CoreGlobals.h"
#include "CoreTypes.h"
#include "Misc/ConfigTypes.h"
+ Include dependency graph for ConfigContext.h:

Go to the source code of this file.

Classes

class  FConfigContext
 
struct  FConfigContext::FPerPlatformDirs
 

Macros

#define CUSTOM_CONFIG   ""
 
#define DISABLE_GENERATED_INI_WHEN_COOKED   0
 

Functions

bool DoesConfigFileExistWrapper (const TCHAR *IniFile, const TSet< FString > *IniCacheSet=nullptr)
 

Macro Definition Documentation

◆ CUSTOM_CONFIG

#define CUSTOM_CONFIG   ""

Definition at line 16 of file ConfigContext.h.

◆ DISABLE_GENERATED_INI_WHEN_COOKED

#define DISABLE_GENERATED_INI_WHEN_COOKED   0

Definition at line 20 of file ConfigContext.h.

Function Documentation

◆ DoesConfigFileExistWrapper()

bool DoesConfigFileExistWrapper ( const TCHAR * IniFile,
const TSet< FString > * IniCacheSet = nullptr )