Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include | #include "SmartObjectTypes.h" |
Syntax
enum ESmartObjectTagMergingPolicy
&123;
Combine,
Override,
&125;
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Indicates how Tags from slots and parent object are combined to be evaluated by a TagQuery from a find request.