unreal.MassSpawnDataGenerator

class unreal.MassSpawnDataGenerator(generator_instance=None, proportion=1.0)

Bases: unreal.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] Generator Instance

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

property generator_instance

[Read-Write] Generator Instance

Type

(MassEntitySpawnDataGeneratorBase)

property proportion

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

Type

(float)