Fixed issue with the updater for GeometryCaches

This commit is contained in:
Simone Barbieri 2023-10-12 17:22:52 +01:00
parent 21de693c17
commit a6aada9c13

View file

@ -722,8 +722,8 @@ def replace_skeletal_mesh_actors(old_assets, new_assets):
def replace_geometry_cache_actors(old_assets, new_assets):
geometry_cache_comps, old_caches, new_caches = _get_comps_and_assets(
unreal.SkeletalMeshComponent,
unreal.SkeletalMesh,
unreal.GeometryCacheComponent,
unreal.GeometryCache,
old_assets,
new_assets
)