FJsonConfig::SetNumber

Try to set a number - returns false if:

Unreal Engine C++ API Reference > Editor > EditorConfig > FJsonConfig

References

   
Module EditorConfig
Header /Engine/Source/Editor/EditorConfig/Public/JsonConfig.h
Include #include "JsonConfig.h"
Source /Engine/Source/Editor/EditorConfig/Public/JsonConfig.inl
template<typename T>
bool SetNumber
(
    const [FJsonPath](API\Editor\EditorConfig\FJsonPath) & Path,
    T Value
)

Remarks

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library