Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Smart Object Slot Definition' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Smart Object Slot Definition |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Offset | Offset relative to the parent object where the slot is located. |
| struct | Rotation | Rotation relative to the parent object. |
| boolean | Enabled | Whether the slot is enable initially. |
| struct | User Tag Filter | This slot is available only for users matching this query. |
| struct | Activity Tags | Tags identifying this slot's use case. Can be used while looking for slots supporting given activity.Depending on the tag filtering policy these tags can override the parent object's tagsor be combined with them while applying filters from requests. |
| struct | Runtime Tags | Initial runtime tags. |
| object | Behavior Definitions | All available definitions associated to this slot.This allows multiple frameworks to provide their specific behavior definition to the slot.Note that there should be only one definition of each type since the first one will be selected. |