B1HopeSlotInfo
- Stores runtime state for a single hope slot, including the active hope ID,
* expiry time, fixed-hope flag, mission ID, and the entity that caused the hope.
| Property | Type | Description | Metadata |
|---|---|---|---|
| HopeId | FName | Identifier of the hope currently occupying this slot. | |
| HopeExpireTime | int64 | Game tick at which this hope expires. | |
| bFixedHope | bool | Whether this hope is fixed and cannot be replaced automatically. | |
| MissionId | FB1MissionId | Mission ID associated with this hope slot. | |
| ReasonTargetEntityId | FB1EntityId | Entity ID of the character that triggered this hope. |