unreal.DataLinkJsonStructMappingConfig

class unreal.DataLinkJsonStructMappingConfig

Bases: StructBase

Data Link Json Struct Mapping Config

C++ Source:

  • Plugin: DataLink

  • Module: DataLinkJson

  • File: DataLinkJsonToStruct.h

Editor Properties: (see get_editor_property/set_editor_property)

  • custom_mapping (DataLinkJsonStructMapping): [Read-Write] Optional custom mapping to handle converting the Json object to the Output Struct If none is specified, the default mapping method will be used where the Struct property hierarchy should match that of the Json’s see: FJsonObjectConverter::JsonObjectToUStruct

  • output_struct (ScriptStruct): [Read-Write] The desired struct to convert the json object to