unreal.DMParameterContainer

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

Bases: Interface

DMParameter Container

C++ Source:

  • Plugin: DynamicMaterial

  • Module: DynamicMaterial

  • File: IDMParameterContainer.h

copy_parameters_from(other) None

Copies the parameter-based value of the given value to this value, if possible.

Parameters:

other (Object)