Where is UnloadPrimaryAssets in ARPG?

ARPG uses AsyncLoadPrimaryAssetList within GameInstance, but it seems to never unload the assets. Did I miss that function (searched in BP and C++) or is manual unloading not needed when it is ok to have them loaded until program termination?