Navigation
API > API/Runtime > API/Runtime/JsonUtilities > API/Runtime/JsonUtilities/FJsonObjectConverter
Type
typedef TDelegate < bool< FJsonValue > &JsonValue, FProperty *Property , void *Value )> CustomImportCallback
References
| Module | JsonUtilities |
| Header | /Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h |
| Include | #include "JsonObjectConverter.h" |
Remarks
Optional callback that will be run when importing a single property from Json. If this returns true, it should have successfully turned the Json value into the property value. If this returns false or is not bound, it will try generic type-specific import behavior before failing.