B1VehiclePartCache
- Cached runtime data for a vehicle part, including its default state, mesh names, and state-to-action map.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DefaultState | FName | Default state name applied when the part is first initialized. | Category: B1VehiclePartCache |
| MeshName | TArray | List of mesh component names associated with this vehicle part. | Category: B1VehiclePartCache |
| StateSettings | TMap | Map of state names to their corresponding part action settings. | Category: B1VehiclePartCache |