unreal.AnimationGraph

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

Bases: unreal.EdGraph

Animation Graph

C++ Source:

  • Module: AnimGraph

  • File: AnimationGraph.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend_options (AnimGraphBlendOptions): [Read-Write] Blend Options: Blending options for animation graphs in Linked Animation Blueprints.

get_graph_nodes_of_class(node_class, include_child_classes=True)

Returns contained graph nodes of the specified (or child) class

Parameters
Returns

graph_nodes (Array(AnimGraphNode_Base)):

Return type

Array(AnimGraphNode_Base)