unreal.DMValueDefinitionLibrary

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

Bases: BlueprintFunctionLibrary

DMValue Definition Library

C++ Source:

  • Plugin: DynamicMaterial

  • Module: DynamicMaterial

  • File: DMValueDefinition.h

classmethod bp_are_types_compatible(a, b, a_channel, b_channel) bool

BP Are Types Compatible

Parameters:
Return type:

bool

classmethod get_type_for_float_count(float_count) DMValueDefinition

Converts a number of floats into the value type

Parameters:

float_count (int32) –

Return type:

DMValueDefinition

classmethod get_value_definition(value_type) DMValueDefinition

Get Value Definition

Parameters:

value_type (DMValueType) –

Return type:

DMValueDefinition

classmethod get_value_types() Array[DMValueType]

Get Value Types

Return type:

Array[DMValueType]