Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInstancedStaticMeshComponent
Description
Sets whether to use conservative bounds. This doesn't fully recalculate bounds on instance addition/removal/transform change. Instead maintains a conservative bound that only grows.
| Name | SetUseConservativeBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h |
| Include Path | #include "Components/InstancedStaticMeshComponent.h" |
void SetUseConservativeBounds
(
bool bValue
)