B1PhotoFrameLocationInfo
Capturer's location context (map/city/site/coordinate) recorded at photo capture time.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MapId | FString | Current map id at capture. | Category: B1PhotoFrameLocationInfo |
| CityId | FString | Current city id at capture. | Category: B1PhotoFrameLocationInfo |
| Coord | FVector | Capturer's world-space coordinate at capture. | Category: B1PhotoFrameLocationInfo |
| SiteDtId | FString | Site DataTable id the capturer is located at. | Category: B1PhotoFrameLocationInfo |
| bIndoor | bool | Whether the capturer is indoors. Reserved: not yet wired to gameplay logic. | Category: B1PhotoFrameLocationInfo |
| RoomPurposeId | FString | Room purpose id at the capturer's location. Reserved: not yet wired to gameplay logic. | Category: B1PhotoFrameLocationInfo |
| PlaceKind | FString | Whether the site is the capturer's own home, another's home, or a public place. | Category: B1PhotoFrameLocationInfo |
| NearbySiteDtIds | TArray | Nearby site DataTable ids. Reserved: not yet wired to gameplay logic. | Category: B1PhotoFrameLocationInfo |