unreal.AnimNextParameterLibrary

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

Bases: Object

Defines a single parameter

C++ Source:

  • Plugin: AnimNext

  • Module: AnimNextUncookedOnly

  • File: AnimNextParameterLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • comment (str): [Read-Write] Comment to display in editor

add_parameter(name, value_type, container_type, value_type_object=None, setup_undo_redo=True, print_python_command=True) AnimNextParameter

Add Parameter

Parameters:
Return type:

AnimNextParameter

find_parameter(name) AnimNextParameter

Find Parameter

Parameters:

name (Name) –

Return type:

AnimNextParameter

remove_parameter(name, setup_undo_redo=True, print_python_command=True) bool

Remove Parameter

Parameters:
  • name (Name) –

  • setup_undo_redo (bool) –

  • print_python_command (bool) –

Return type:

bool

remove_parameters(names, setup_undo_redo=True, print_python_command=True) bool

Remove Parameters

Parameters:
Return type:

bool