Perhaps you could force garbage collection to get rid of unused assets in the scene
GetWorld()->ForceGarbageCollection(true);
Or in bp
Perhaps you could force garbage collection to get rid of unused assets in the scene
GetWorld()->ForceGarbageCollection(true);
Or in bp