B1TrafficLightAsset
- Describes a single traffic light visual asset including its mesh, transform offset, and cull distance.
| Property | Type | Description | Metadata |
|---|---|---|---|
| StaticMesh | TObjectPtr | Static mesh used to render this traffic light; must remain valid for the lifetime of its world. | Category: B1TrafficLightAsset |
| Offset | FTransform | Transform offset applied relative to the traffic light's placement point. | Category: B1TrafficLightAsset |
| EndCullDistance | int32 | Maximum draw distance for this traffic light mesh in world units. | Category: B1TrafficLightAsset |