unreal.MagicLeapTaggedAttribute
¶
- class unreal.MagicLeapTaggedAttribute(tag='', value='')¶
Bases:
unreal.StructBase
Stores a tagged value, such as phone number or email address. Optional tag indicates what type of value is stored, e.g. “home”, “work”, etc.
C++ Source:
Plugin: MagicLeapContacts
Module: MagicLeapContacts
File: MagicLeapContactsTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
tag
(str): [Read-Write] Name of the Tag.value
(str): [Read-Write] Value of this attribute.