Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/FJsonConfig > API/Editor/EditorConfig/FJsonConfig/TryGetArray
References
| Module | EditorConfig |
| Header | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include | #include "JsonConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/JsonConfig.cpp |
bool TryGetArray
&40;
const FJsonPath & Path,
TArray< bool > & OutArray
&41; const
Remarks
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