unreal.AnimGraphNode_SkeletalControlBase

class unreal.AnimGraphNode_SkeletalControlBase(outer=None, name='None')

Bases: unreal.AnimGraphNode_Base

This is the base class for the ‘source version’ of all skeletal control animation graph nodes (nodes that manipulate the pose rather than playing animations to create a pose or blending between poses)

Concrete subclasses should contain a member struct derived from FAnimNode_SkeletalControlBase

C++ Source:

  • Module: AnimGraph

  • File: AnimGraphNode_SkeletalControlBase.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 relevant

  • initial_update_function (MemberReference): [Read-Write] Initial Update Function: Function called before the node is updated for the first time

  • property_bindings (Map(Name, AnimGraphNodePropertyBinding)): [Read-Write] Property Bindings: Map from property name->binding info

  • show_pin_for_properties (Array(OptionalPinFromProperty)): [Read-Write] Show Pin for Properties

  • tag (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 reference

  • update_function (MemberReference): [Read-Write] Update Function: Function called when the node is updated