Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/UE__Json__ToSimpleJsonVariant
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include | #include "Dom/JsonValue.h" |
namespace UE
{
namespace Json
{
template<typename T, typename>
static JsonSimpleValueVariant UE::Json::ToSimpleJsonVariant
(
const T & InSimpleValue
)
}
}