Navigation
API > API/Developer > API/Developer/CookedEditor > API/Developer/CookedEditor/FIniCookedEditorPackageManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetConfigArray
(
const TCHAR* Key |
Gets an array from two sections, depending on bIsCookedCooker setting | CookedEditorPackageManager.h | |
static TArray< FString > GetConfigArray
(
const TCHAR* Key, |
Gets an array from two sections, depending on bIsCookedCooker setting | CookedEditorPackageManager.h |
GetConfigArray(const TCHAR *)
Description
Gets an array from two sections, depending on bIsCookedCooker setting
| Name | GetConfigArray |
| Type | function |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorPackageManager.h |
| Include Path | #include "CookedEditorPackageManager.h" |
| Source | /Engine/Source/Developer/CookedEditor/Private/CookedEditorPackageManager.cpp |
TArray < FString > GetConfigArray
(
const TCHAR * Key
) const
GetConfigArray(const TCHAR *, bool)
Description
Gets an array from two sections, depending on bIsCookedCooker setting
| Name | GetConfigArray |
| Type | function |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorPackageManager.h |
| Include Path | #include "CookedEditorPackageManager.h" |
| Source | /Engine/Source/Developer/CookedEditor/Private/CookedEditorPackageManager.cpp |
static TArray < FString > GetConfigArray
(
const TCHAR * Key,
bool bIsCookedCooker
)