B1ObjectTagScriptTableRow
- Data table row defining scripts triggered by object tag events such as hand-off, inventory changes, and hand attach/detach.
* Associates arrays of script IDs with each tag-driven lifecycle event on an object.
| Property | Type | Description | Metadata |
|---|---|---|---|
| HandOverScriptIds | TArray | Scripts executed when this object is handed over to another character or container. | Category: B1ObjectTagScriptTableRow Foreign: Script_ObjectTagScript.Id |
| ScriptIdsOnInventoryAdd | TArray | Scripts executed when this object is added to an inventory. | Category: B1ObjectTagScriptTableRow Foreign: Script_ObjectTagScript.Id |
| ScriptIdsOnInventoryRemove | TArray | Scripts executed when this object is removed from an inventory. | Category: B1ObjectTagScriptTableRow Foreign: Script_ObjectTagScript.Id |
| OnHandAttachScriptIds | TArray | Scripts executed when this object is attached to a character's hand. | Category: B1ObjectTagScriptTableRow Foreign: Script_ObjectTagScript.Id |
| OnHandDetachScriptIds | TArray | Scripts executed when this object is detached from a character's hand. | Category: B1ObjectTagScriptTableRow Foreign: Script_ObjectTagScript.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoObject
- EB1ObjectCustomizeType
- Object Data Guide
- ObjectBp Data Guide
- ObjectCategory Data Guide
- ObjectChangeActorGroup Data Guide
- ObjectChangeMaterialGroup Data Guide
- ObjectChangeMeshGroup Data Guide
- ObjectCustomizeMaterialGroup Data Guide
- ObjectCustomizeMaterialParts Data Guide
- ObjectCustomizeShapeTemplates Data Guide
- ObjectDataFilter Data Guide
- ObjectPartsCustomUsage Data Guide