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_binding(block, name, library, setup_undo_redo=True, print_python_command=True) AnimNextParameterBlockBinding

Add Binding

Parameters:
Return type:

AnimNextParameterBlockBinding

classmethod add_binding_reference(block, name, library, referenced_block, setup_undo_redo=True, print_python_command=True) AnimNextParameterBlockBindingReference

Add Binding Reference

Parameters:
Return type:

AnimNextParameterBlockBindingReference

classmethod find_binding(block, name) AnimNextParameterBlockEntry

Find Binding

Parameters:
Return type:

AnimNextParameterBlockEntry

classmethod remove_all_bindings(block, name, setup_undo_redo=True, print_python_command=True) bool

Remove All Bindings

Parameters:
Return type:

bool

classmethod remove_entries(block, entries, setup_undo_redo=True, print_python_command=True) bool

Remove Entries

Parameters:
Return type:

bool

classmethod remove_entry(block, entry, setup_undo_redo=True, print_python_command=True) bool

Remove Entry

Parameters:
Return type:

bool