unreal.SmartObjectTagFilteringPolicy

class unreal.SmartObjectTagFilteringPolicy

Bases: EnumBase

Indicates how TagQueries from slots and parent object will be processed against Tags from a find request.

C++ Source:

  • Plugin: SmartObjects

  • Module: SmartObjectsModule

  • File: SmartObjectTypes.h

COMBINE: SmartObjectTagFilteringPolicy

Both TagQueries (parent object and slot) will be applied to the Tags provided by a request.

Type:

1

NO_FILTER: SmartObjectTagFilteringPolicy

TagQueries in the object and slot definitions are not used by the framework to filter results. Users can access them and perform its own filtering.

Type:

0

OVERRIDE: SmartObjectTagFilteringPolicy

TagQuery in slot (if any) will be used instead of the parent object TagQuery to run against the Tags provided by a request. EmptyTagQuery on a slot indicates no override.

Type:

2