Unreal Engine Blueprint API Reference > Components > Instanced Static Mesh
Returns the instances with instance bounds overlapping the specified box. The return value is an array of instance indices.
Target is Instanced Static Mesh Component
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
struct | Box | |
boolean | Box in World Space |
Outputs
Type | Name | Description |
---|---|---|
integer | Return Value | Returns the instances with instance bounds overlapping the specified box. The return value is an array of instance indices. |