3#include "mc/_HeaderOutputPredefine.h"
11namespace Bedrock::DDUI::PathUtility {
14MCNAPI
char const* getTypeString(::cereal::DynamicValue
const& value);
17 expected<::std::vector<::std::variant<::std::string, uint>>, ::Bedrock::DDUI::PathUtility::PathQueryError>
18 parsePath(::std::string
const& wholePath);
20MCNAPI ::nonstd::expected<void, ::Bedrock::DDUI::PathUtility::PathQueryError> setPathOnDataStoreObject(
21 ::cereal::DynamicValue& originalObject,
22 ::std::string
const& path,
23 ::std::variant<double, bool, ::std::string>
const& newData,
24 ::std::string
const& dataStoreName,
25 ::std::string
const& propertyName
28MCNAPI ::std::optional<::cereal::DynamicValue> stringToDynamicValue(::std::string
const& s);
Definition DynamicValue.h:12
Definition PathQueryError.h:7