unreal.CustomizableObjectPopulationClass¶
- class unreal.CustomizableObjectPopulationClass(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectCustomizable Object Population Class
C++ Source:
Plugin: MutablePopulation
Module: CustomizableObjectPopulation
File: CustomizableObjectPopulationClass.h
Editor Properties: (see get_editor_property/set_editor_property)
allowlist(Array[str]): [Read-Write] List of parameter tags available for this classblocklist(Array[str]): [Read-Write] List of parameter tags forbidden for this classcharacteristics(Array[CustomizableObjectPopulationCharacteristic]): [Read-Write] Additional options to take into account for some parameterscustomizable_object(CustomizableObject): [Read-Write] Customizable Object that defines this classname(str): [Read-Write] Name of the Customizable Object Population Class