extract_property node

Extract a property from an object. The property is removed and returned as Amino::Any. If the property does not exists then an empty Amino::Any is returned and nothing is extracted.

Inputs

object [in]

The object from which a property will be extracted

key [in]

Name of the property to extract

Outputs

out_object [out]

The object with the property extracted

value_any [out]

The Amino::Any containing the property data