unreal.SmartObjectSlotLinkAnnotation¶
- class unreal.SmartObjectSlotLinkAnnotation¶
Bases:
SmartObjectSlotAnnotationAnnotation to allow to find slots based on a Gameplay Tag. This can be used to reuse same behavior on different slots, allowing to use a tag to identify a related slot.
C++ Source:
Plugin: SmartObjects
Module: SmartObjectsModule
File: SmartObjectSlotLinkAnnotation.h
Editor Properties: (see get_editor_property/set_editor_property)
linked_slot(SmartObjectSlotReference): [Read-Write] The slot the annotation points at.tag(GameplayTag): [Read-Write] Tag to identify this slot.