Navigation
BlueprintAPI > BlueprintAPI/SmartObject
Returns the number of entrance annotations on a slot. Use this to iterate entrances with GetSlotEntranceOffsetAndRotation.
Target is Smart Object Blueprint Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| object | Definition | The smart object definition to query |
| integer | Slot Index | Index of the slot to query |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Count | The number of entrance annotations on the slot, or 0 if the definition or slot is invalid |