Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UHierarchicalInstancedStaticMesh-
Description
Returns the instances with instance bounds overlapping the specified box. The return value is an array of instance indices.
Virtual Inheritance
- UInstancedStaticMeshComponent::GetInstancesOverlappingBox → UHierarchicalInstancedStaticMeshComponent::GetInstancesOverlappingBox
| Name | GetInstancesOverlappingBox |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h |
| Include Path | #include "Components/HierarchicalInstancedStaticMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp |
virtual TArray < int32 > GetInstancesOverlappingBox
(
const FBox & Box,
bool bBoxInWorldSpace
) const