B1CurrencyInfo
- Stores display and behavior configuration for a single currency type, including name, icon, and exchange settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| NameTextId | FString | String table key for the localized currency name. | Category: B1CurrencyInfo |
| DescTextId | FString | String table key for the localized currency description. | Category: B1CurrencyInfo |
| Icon | FName | Icon image ID for this currency. | Category: B1CurrencyInfo Foreign: B1Texture2D.Id |
| bPrivateData | bool | Whether this currency's balance is private and hidden from other Zois. | Category: B1CurrencyInfo |
| bExchangable | bool | Whether this currency can be exchanged with other currencies. | Category: B1CurrencyInfo |
| bShopPoint | bool | Whether this currency is a shop point type (e.g., cat shop points). | Category: B1CurrencyInfo |