unreal.K2Node_StateTreeNodeGetPropertyDescription

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

Bases: K2Node

Returns description for a specific property in the class. If the property has a binding, the binding string will be returned. Otherwise the current value of the property is returned.

C++ Source:

  • Plugin: StateTree

  • Module: StateTreeEditorModule

  • File: K2Node_StateTreeNodeGetPropertyDescription.h

Editor Properties: (see get_editor_property/set_editor_property)

  • error_msg (str): [Read-Write] Error/Warning description

  • variable (MemberReference): [Read-Write] Property of the class to describe.