Hey all. I’m working on a DetailsCustomization for a custom struct that contains a TMap. I’ve successfully set up the customization and got the IHandlePropertyMap.
IHandlePropertyMap doesn’t provide means for querying the Map so I presume I’ve got to do this part myself, by using the FScriptMapHelper, but I’m having trouble getting the base address of the underlying map to initialise it with.