Navigation
BlueprintAPI > BlueprintAPI/SmartObject
Removes a single tag from the smart object slot represented by the provided handle.
Target is Smart Object Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Slot Handle | Handle to the smart object slot. |
| struct | Tag | Tag to remove from the smart object slot. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the tag was removed. |