unreal.SoundSubmixWithParentBase¶
- class unreal.SoundSubmixWithParentBase(outer=None, name='None')¶
Bases:
unreal.SoundSubmixBaseThis submix class can be derived from for submixes that output to a parent submix.
C++ Source:
Module: Engine
File: SoundSubmix.h
Editor Properties: (see get_editor_property/set_editor_property)
child_submixes(Array(SoundSubmixBase)): [Read-Only] Child submixes to this sound mixparent_submix(SoundSubmixBase): [Read-Only] Parent Submix
- property parent_submix¶
[Read-Only] Parent Submix
- Type