Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/FJsonConfig
Description
Try to set a number - returns false if:
- the path references an object that doesn't exist
- the path references an index in an array that doesn't exist
| Name | SetNumber |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h |
| Include Path | #include "JsonConfig.h" |
| Source | /Engine/Source/Editor/EditorConfig/Public/JsonConfig.inl |
template<typename T>
bool SetNumber
(
const FJsonPath & Path,
T Value
)