unreal.AnimNextParameterBlockLibrary

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

Bases: BlueprintFunctionLibrary

Script-callable editor API hoisted onto UAnimNextParameterBlock

C++ Source:

  • Plugin: AnimNext

  • Module: AnimNextUncookedOnly

  • File: AnimNextParameterBlock_EditorData.h

classmethod add_graph(block, name, setup_undo_redo=True, print_python_command=True) AnimNextParameterBlockGraph

Add Graph

Parameters:
Return type:

AnimNextParameterBlockGraph

classmethod add_parameter(block, name, value_type, container_type=PropertyBagContainerType.NONE, value_type_object=None, setup_undo_redo=True, print_python_command=True) AnimNextParameterBlockParameter

Add Parameter

Parameters:
Return type:

AnimNextParameterBlockParameter