Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/FJsonConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetString
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetString
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetString
(
const FJsonPath& Path, |
JsonConfig.h |
TryGetString(const FJsonPath &, FString &)
| Name | TryGetString |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include Path | #include "JsonConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/JsonConfig.cpp |
bool TryGetString
(
const FJsonPath & Path,
FString & OutValue
) const
TryGetString(const FJsonPath &, FName &)
| Name | TryGetString |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include Path | #include "JsonConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/JsonConfig.cpp |
bool TryGetString
(
const FJsonPath & Path,
FName & OutValue
) const
TryGetString(const FJsonPath &, FText &)
| Name | TryGetString |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include Path | #include "JsonConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/JsonConfig.cpp |
bool TryGetString
(
const FJsonPath & Path,
FText & OutValue
) const