Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/FJsonConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
These are specializations for arithmetic and string arrays these could be templated with enable-ifs, but it ended up being more lines of incomprehensible template SFINAE than this clear list of types is | JsonConfig.h | |
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h | ||
bool TryGetArray
(
const FJsonPath& Path, |
JsonConfig.h |
TryGetArray(const FJsonPath &, TArray< TSharedPtr< FJsonValue > > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< TSharedPtr< FJsonValue > > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< bool > &)
Description
These are specializations for arithmetic and string arrays these could be templated with enable-ifs, but it ended up being more lines of incomprehensible template SFINAE than this clear list of types is
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< bool > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< int8 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< int8 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< int16 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< int16 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< int32 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< int32 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< int64 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< int64 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< uint8 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< uint8 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< uint16 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< uint16 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< uint32 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< uint32 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< uint64 > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< uint64 > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< float > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< float > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< double > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< double > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< FString > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< FString > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< FText > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< FText > & OutArray
) const
TryGetArray(const FJsonPath &, TArray< FName > &)
| Name | TryGetArray |
| 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 TryGetArray
(
const FJsonPath & Path,
TArray< FName > & OutArray
) const