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:
block (AnimNextParameterBlock) –
name (Name) –
library (AnimNextParameterLibrary) –
setup_undo_redo (bool) –
print_python_command (bool) –
- Return type:
- classmethod add_binding_reference(block, name, library, referenced_block, setup_undo_redo=True, print_python_command=True) AnimNextParameterBlockBindingReference ¶
Add Binding Reference
- Parameters:
block (AnimNextParameterBlock) –
name (Name) –
library (AnimNextParameterLibrary) –
referenced_block (AnimNextParameterBlock) –
setup_undo_redo (bool) –
print_python_command (bool) –
- Return type:
- classmethod find_binding(block, name) AnimNextParameterBlockEntry ¶
Find Binding
- Parameters:
block (AnimNextParameterBlock) –
name (Name) –
- Return type:
- classmethod remove_all_bindings(block, name, setup_undo_redo=True, print_python_command=True) bool ¶
Remove All Bindings
- Parameters:
block (AnimNextParameterBlock) –
name (Name) –
setup_undo_redo (bool) –
print_python_command (bool) –
- Return type:
- classmethod remove_entries(block, entries, setup_undo_redo=True, print_python_command=True) bool ¶
Remove Entries
- Parameters:
block (AnimNextParameterBlock) –
entries (Array[AnimNextParameterBlockEntry]) –
setup_undo_redo (bool) –
print_python_command (bool) –
- Return type:
- classmethod remove_entry(block, entry, setup_undo_redo=True, print_python_command=True) bool ¶
Remove Entry
- Parameters:
block (AnimNextParameterBlock) –
entry (AnimNextParameterBlockEntry) –
setup_undo_redo (bool) –
print_python_command (bool) –
- Return type: