unreal.DatasmithKeyValueProperty

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

Bases: DatasmithObjectElement

UDatasmithKeyValueProperty

C++ Source:

  • Plugin: DatasmithImporter

  • Module: DatasmithImporter

  • File: DatasmithUObjectElements.h

get_property_type() DatasmithKeyValuePropertyType

Get the type of this property

Return type:

DatasmithKeyValuePropertyType

get_value() str

Get the value of this property

Return type:

str

set_property_type(type) None

Set the type of this property

Parameters:

type (DatasmithKeyValuePropertyType) –

set_value(value) None

Sets the value of this property

Parameters:

value (str) –