B1PoolEntry
- Defines a pool wall entry including its icon, height, price, and display text.
| Property | Type | Description | Metadata |
|---|---|---|---|
| WallIcon | TSoftObjectPtr | Icon texture or atlas displayed for this pool in the build UI. | Category: B1PoolEntry |
| WallHeight | float | Height of this pool wall in centimeters. | Category: B1PoolEntry |
| Price | int64 | Purchase price of this pool. | Category: B1PoolEntry |
| DisplayNameTextId | FString | String table key for the localized pool display name. | Category: B1PoolEntry |
| DescriptionTextId | FString | String table key for the localized pool description. | Category: B1PoolEntry |