unreal.UAFTestBlueprintLibrary

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

Bases: BlueprintFunctionLibrary

UAFTest Blueprint Library

C++ Source:

  • Plugin: UAFTestSuites

  • Module: UAFCQTestSuite

  • File: UAFTestBlueprintLibrary.h

classmethod add_model(asset, name='Rig Graph', setup_undo_redo=True, print_python_command=True) RigVMGraph

Add Model

Parameters:
Return type:

RigVMGraph

classmethod create_asset(asset_factory_class, name) UAFRigVMAsset

Create Asset

Parameters:
Return type:

UAFRigVMAsset

classmethod execute_vm(module, event_name) -> (execution_result=bool, out_messages=Array[str])

Execute VM

Parameters:
Returns:

execution_result (bool):

out_messages (Array[str]):

Return type:

tuple

classmethod get_all_models(asset) Array[RigVMGraph]

Get All Models

Parameters:

asset (UAFRigVMAsset)

Return type:

Array[RigVMGraph]

classmethod get_compilation_state(asset) AnimNextRigVMAssetState

Get Compilation State

Parameters:

asset (UAFRigVMAsset)

Return type:

AnimNextRigVMAssetState

classmethod get_controller(asset, graph=None) RigVMController

Get Controller

Parameters:
Return type:

RigVMController

classmethod get_controller_by_name(asset, graph_name='') RigVMController

Get Controller by Name

Parameters:
Return type:

RigVMController

classmethod get_default_model(asset) RigVMGraph

Get Default Model

Parameters:

asset (UAFRigVMAsset)

Return type:

RigVMGraph

classmethod get_local_function_library(asset) RigVMFunctionLibrary

Get Local Function Library

Parameters:

asset (UAFRigVMAsset)

Return type:

RigVMFunctionLibrary

classmethod get_model(asset, ed_graph=None) RigVMGraph

Get Model

Parameters:
Return type:

RigVMGraph

classmethod get_or_create_controller(asset, graph=None) RigVMController

Get or Create Controller

Parameters:
Return type:

RigVMController

classmethod get_or_create_local_function_library(asset, setup_undo_redo=True) RigVMFunctionLibrary

Get or Create Local Function Library

Parameters:
Return type:

RigVMFunctionLibrary

classmethod recompile_vm(asset) None

Recompile VM

Parameters:

asset (UAFRigVMAsset)

classmethod remove_model(asset, name='Rig Graph', setup_undo_redo=True, print_python_command=True) bool

Remove Model

Parameters:
Return type:

bool