Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Indicates how Tags from slots and parent object are combined to be evaluated by a TagQuery from a find request.
| Name | ESmartObjectTagMergingPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include Path | #include "SmartObjectTypes.h" |
Syntax
enum ESmartObjectTagMergingPolicy
{
Combine,
Override,
}
Values
| Name | Remarks |
|---|---|
| Combine | Tags are combined (parent object and slot) and TagQuery from the request will be run against the combined list. |
| Override | Tags in slot (if any) will be used instead of the parent object Tags when running the TagQuery from a request. |