B1SpawnerSpawnInfo
- Holds the spawn information for a spawner object, including its type, location, and mesh ID lists.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EntityId | FB1EntityId | The entity ID of the spawner. | |
| SpawnerType | EB1SpawnerType | The type classification of this spawner. | |
| WorldLocation | FVector | The world location at which to place the spawner. | |
| WorldRotation | FRotator | The world rotation applied to the spawner. | |
| DefaultMeshIdList | TArray | The default list of mesh IDs assigned to this spawner. | |
| OverrideMeshIdList | TArray | The override list of mesh IDs that replace the default meshes. |