UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FJsonObjectStructInterfaceRegistry Struct Reference

#include <JsonObjectStructInterface.h>

Static Public Member Functions

static JSONUTILITIES_API void RegisterStructConverter (const UScriptStruct *ScriptStruct, const IJsonObjectStructConverter *ConverterInterface)
 
static JSONUTILITIES_API void UnregisterStructConverter (const UScriptStruct *ScriptStruct)
 

Detailed Description

Global registry for type-registered static-interface converters to override default struct behavior in FJsonObjectConverter.

Member Function Documentation

◆ RegisterStructConverter()

void FJsonObjectStructInterfaceRegistry::RegisterStructConverter ( const UScriptStruct ScriptStruct,
const IJsonObjectStructConverter ConverterInterface 
)
static

◆ UnregisterStructConverter()

void FJsonObjectStructInterfaceRegistry::UnregisterStructConverter ( const UScriptStruct ScriptStruct)
static

The documentation for this struct was generated from the following files: