UClass to Json

Hello,

I’m trying to write all UProperties of UClass to a Json FString, but I can’t find a method to do this.

Ideally, it would be great if there was a method similar to what you can do with UStruct’s with FJsonObjectConverter::UStructToJsonObjectString()

Does anyone know if there is a way to do this?
I have no need to go the other way around however, only from UClass to FString.

Thank you,
-Jon Langford

1 Like