B1MeshSpawnDescription
- Describes a mesh to be spawned, including the mesh path, rotation, and calculated bounds.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ReservedMeshPath | FSoftObjectPath | The soft object path to the mesh asset to be spawned. | Category: B1MeshSpawnDescription |
| Rotate | float | The rotation in degrees applied to the spawned mesh. | Category: B1MeshSpawnDescription |
| Extent | FVector | Internal calculated extent of the mesh bounds; not exposed in editor. | |
| Offset | FVector | Internal calculated offset of the mesh origin; not exposed in editor. |