Skip to main content

B1SpawnerSpawnInfo

  • Holds the spawn information for a spawner object, including its type, location, and mesh ID lists.
PropertyTypeDescriptionMetadata
EntityIdFB1EntityIdThe entity ID of the spawner.
SpawnerTypeEB1SpawnerTypeThe type classification of this spawner.
WorldLocationFVectorThe world location at which to place the spawner.
WorldRotationFRotatorThe world rotation applied to the spawner.
DefaultMeshIdListTArrayThe default list of mesh IDs assigned to this spawner.
OverrideMeshIdListTArrayThe override list of mesh IDs that replace the default meshes.