Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType & Add
(
const KeyType& InKey, |
Misc/ConfigCacheIni.h | ||
ValueType & Add
(
const KeyType& InKey, |
Misc/ConfigCacheIni.h | ||
ValueType & Add
(
KeyType&& InKey, |
Misc/ConfigCacheIni.h | ||
ValueType & Add
(
KeyType&& InKey, |
Misc/ConfigCacheIni.h |
Add(const KeyType &, const ValueType &)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
ValueType & Add
(
const KeyType & InKey,
const ValueType & InValue
)
Add(const KeyType &, ValueType &&)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
ValueType & Add
(
const KeyType & InKey,
ValueType && InValue
)
Add(KeyType &&, const ValueType &)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
ValueType & Add
(
KeyType && InKey,
const ValueType & InValue
)
Add(KeyType &&, ValueType &&)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
ValueType & Add
(
KeyType && InKey,
ValueType && InValue
)