unreal.SmartObjectRequestFilter

class unreal.SmartObjectRequestFilter(user_tags=[[]], activity_requirements=[], behavior_definition_class=None)

Bases: unreal.StructBase

Struct that can be used to filter results of a smart object request when trying to find or claim a smart object

C++ Source:

  • Plugin: SmartObjects

  • Module: SmartObjectsModule

  • File: SmartObjectSubsystem.h

Editor Properties: (see get_editor_property/set_editor_property)

  • activity_requirements (GameplayTagQuery): [Read-Write] Activity Requirements

  • behavior_definition_class (type(Class)): [Read-Write] Behavior Definition Class

  • user_tags (GameplayTagContainer): [Read-Write] User Tags

property activity_requirements

[Read-Write] Activity Requirements

Type

(GameplayTagQuery)

property behavior_configuration_class

‘behavior_configuration_class’ was renamed to ‘behavior_definition_class’.

Type

deprecated

property behavior_definition_class

[Read-Write] Behavior Definition Class

Type

(type(Class))

property user_tags

[Read-Write] User Tags

Type

(GameplayTagContainer)