Content browser update

Hello!

I generate UStaticMesh and its UPackage programmatically. But it does not show up in content browser right away. I need to click on different folder inside content browser and then click on my folder in order for it to show up. How can I force content browser update?

Thank you.

FAssetRegistryModule::AssetCreated should be the function you need to call, take a look at the other places it gets used

Thank you this worked wonderfully.