B1HopeSlotDefine
- Defines configuration for a single hope slot, including the slot name,
* accepted hope categories, and icon IDs for empty and child-locked states.
| Property | Type | Description | Metadata |
|---|---|---|---|
| HopeSlotName | FName | Unique name identifying this hope slot. | Category: B1HopeSlotDefine |
| UsingHopeCategories | TArray | List of hope categories that can occupy this slot. | Category: B1HopeSlotDefine ReferTo: DT_Hope@HopeCategory |
| EmptySlotIconId | FName | Icon ID displayed when this slot is empty. | Category: B1HopeSlotDefine Foreign: B1Texture2D.Id |
| ChildLockSlotIconId | FName | Icon ID displayed when this slot is locked for child characters. | Category: B1HopeSlotDefine Foreign: B1Texture2D.Id |