It seems that UInstancedStaticMeshComponent
was significantly changed from 4.19 to 4.20.
Previously we were able to mark certain instances to be not rendered by adding their array indices to a public array called RemovedInstances
. This seems to have been removed in 4.20.
How can we mark individual instances to be skipped when rendering using UInstancedStaticMeshComponent
in 4.20?