unreal.MassSpawnDataGenerator

class unreal.MassSpawnDataGenerator(generator_instance: MassEntitySpawnDataGeneratorBase = Ellipsis, proportion: float = 0.0)

Bases: StructBase

Mass Spawn Data Generator

C++ Source:

  • Plugin: MassGameplay

  • Module: MassSpawner

  • File: MassSpawnerTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • generator_instance (MassEntitySpawnDataGeneratorBase): [Read-Write]

  • proportion (float): [Read-Write] Proportion of the spawn points that should be generated by this generator, (the proportions will be normalized with other sibling generators)

property generator_instance: MassEntitySpawnDataGeneratorBase

[Read-Write]

Type:

(MassEntitySpawnDataGeneratorBase)

property proportion: float

[Read-Write] Proportion of the spawn points that should be generated by this generator, (the proportions will be normalized with other sibling generators)

Type:

(float)