Description

Licensee says that adding multiple InstancedStaticMeshComponent instances can be very slow (main bottleneck being the physics building).

I think there's a good case for a method something like:

    void AddInstances(const TArray<FTransform>& InstanceTransforms, TArray<int32>* OutOptionalIndices);

or

    TArray<int32> AddInstances(const TArray<FTransform>& InstanceTransforms, bool bReturnIndices);

which adds multiple instances at once (preferably even in parallel), and performs physics building asynchronously, in a similar manner to ProceduralMeshComponent.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-82372 in the post.

1
Login to Vote

Fixed
Fix Commit13264722
CreatedOct 24, 2019
ResolvedMay 11, 2020
UpdatedAug 21, 2021