unreal.InstancedActorsProjectSettings

class unreal.InstancedActorsProjectSettings(outer: Object | None = None, name: Name | str = 'None')

Bases: DeveloperSettings

Configurable project settings for the Instanced Actors system. see: FInstancedActorsClassSettingsBase and FInstancedActorsClassSettings for per-class specific runtime settings. see: AInstancedActorsManager

C++ Source:

  • Plugin: InstancedActors

  • Module: InstancedActors

  • File: InstancedActorsSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • actor_class_settings_registry_type (DataRegistryType): [Read-Write] Data Registry to gather per-class FInstancedActorsClassSettingsBase-based settings from during UInstancedActorsSubsystem init

  • default_base_settings_name (Name): [Read-Write] If specified, these named settings will be applied to the default settings used as the base settings set for all others, with a lower precedence than any per-class overrides

  • default_config (InstancedActorsConfig): [Read-Write]

  • enforced_settings_name (Name): [Read-Write] If specified, these named settings will be applied as a final set of overrides to all settings, overriding / taking precedence over all previous values

  • grid_size (int32): [Read-Write] 3D grid size (distance along side) for partitioned instanced actor managers

  • named_settings_registry_type (DataRegistryType): [Read-Write] Data Registry to gather ‘named’ FInstancedActorsSettings from during UInstancedActorsSubsystem init

property actor_class_settings_registry_type: DataRegistryType

[Read-Only] Data Registry to gather per-class FInstancedActorsClassSettingsBase-based settings from during UInstancedActorsSubsystem init

Type:

(DataRegistryType)

property default_base_settings_name: Name

[Read-Only] If specified, these named settings will be applied to the default settings used as the base settings set for all others, with a lower precedence than any per-class overrides

Type:

(Name)

property enforced_settings_name: Name

[Read-Only] If specified, these named settings will be applied as a final set of overrides to all settings, overriding / taking precedence over all previous values

Type:

(Name)

property grid_size: int

[Read-Only] 3D grid size (distance along side) for partitioned instanced actor managers

Type:

(int32)

property named_settings_registry_type: DataRegistryType

[Read-Only] Data Registry to gather ‘named’ FInstancedActorsSettings from during UInstancedActorsSubsystem init

Type:

(DataRegistryType)