unreal.AnimGraphNode_Base
¶
- class unreal.AnimGraphNode_Base(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
K2Node
This is the base class for any animation graph nodes that generate or consume an animation pose in the animation blend graph.
Any concrete implementations will be paired with a runtime graph node derived from FAnimNode_Base
C++ Source:
Module: AnimGraph
File: AnimGraphNode_Base.h
Editor Properties: (see get_editor_property/set_editor_property)
become_relevant_function
(MemberReference): [Read-Write] Become Relevant Function: Function called when the node becomes relevantinitial_update_function
(MemberReference): [Read-Write] Initial Update Function: Function called before the node is updated for the first timeproperty_bindings
(Map[Name, AnimGraphNodePropertyBinding]): [Read-Write] Property Bindings: Map from property name->binding infoshow_pin_for_properties
(Array[OptionalPinFromProperty]): [Read-Write] Show Pin for Propertiestag
(Name): [Read-Write] Tag: Optional reference tag name. If this is set then this node can be referenced from elsewhere in this animation blueprint using an anim node referenceupdate_function
(MemberReference): [Read-Write] Update Function: Function called when the node is updated