Navigation
API > API/Runtime > API/Runtime/JsonUtilities > API/Runtime/JsonUtilities/FJsonObjectConverter
References
| |
|
| Module |
JsonUtilities |
| Header |
/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h |
| Include |
#include "JsonObjectConverter.h" |
| Source |
/Engine/Source/Runtime/JsonUtilities/Private/JsonObjectConverter.cpp |
static TSharedPtr< FJsonValue > UPropertyToJsonValue
&40;
FProperty &42; Property,
const void &42; Value,
int64 CheckFlags,
int64 SkipFlags,
const CustomExportCallback &42; ExportCb,
FProperty &42; OuterProperty
&41;
- Converts from a FProperty to a Json Value using exportText
The constructed JsonValue from the property
Parameters
| Name |
Description |
| Property |
The property to export |
| Value |
Pointer to the value of the property |
| CheckFlags |
Only convert properties that match at least one of these flags. If 0 check all properties. |
| SkipFlags |
Skip properties that match any of these flags |
| ExportCb |
Optional callback to override export behavior, if this returns null it will fallback to the default |
| OuterProperty |
If applicable, the Array/Set/Map Property that contains this property |