Issue about the uasset serialization process

Hi guys,

I customized two kinds of UAsset namely SoundEvent and LocalizationData.The SoundEvent depends on LocalizationData, I mean SoundEvent stores the path of LocalizationData. When calling the SoundEvent object’s postload function will load LocalizationData by calling the Loadobject function. But I found when the Loadobject function has returned an object, that object’s serialize function is still not called. I need to initialize the SoundEvent object in the postload function but LocalizationDatafile has not serialized, what should I do?