unreal.AnimNextRigVMAssetLibrary

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

Bases: BlueprintFunctionLibrary

Script-callable editor API hoisted onto UAnimNextRigVMAsset

C++ Source:

  • Plugin: AnimNext

  • Module: AnimNextUncookedOnly

  • File: AnimNextRigVMAssetEditorData.h

classmethod find_entry(asset, name) AnimNextRigVMAssetEntry

Find Entry

Parameters:
Return type:

AnimNextRigVMAssetEntry

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

Remove Entries

Parameters:
Return type:

bool

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

Remove Entry

Parameters:
Return type:

bool