unreal.SmartObjectRequest

class unreal.SmartObjectRequest(query_box=[[0.0, 0.0, 0.0], [0.0, 0.0, 0.0]], filter=[[[]], [], None])

Bases: unreal.StructBase

Struct used to find a smart object within a specific search range and with optional filtering

C++ Source:

  • Plugin: SmartObjects

  • Module: SmartObjectsModule

  • File: SmartObjectSubsystem.h

Editor Properties: (see get_editor_property/set_editor_property)

  • filter (SmartObjectRequestFilter): [Read-Write] Filter: Struct used to filter out some results (all results allowed by default)

  • query_box (Box): [Read-Write] Query Box: Box defining the search range

property filter

[Read-Write] Filter: Struct used to filter out some results (all results allowed by default)

Type

(SmartObjectRequestFilter)

property query_box

[Read-Write] Query Box: Box defining the search range

Type

(Box)