unreal.UAFTestBlueprintLibrary¶
- class unreal.UAFTestBlueprintLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryUAFTest 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:
asset (UAFRigVMAsset)
name (str)
setup_undo_redo (bool)
print_python_command (bool)
- Return type:
- classmethod create_asset(asset_factory_class, name) UAFRigVMAsset¶
Create Asset
- Parameters:
- Return type:
- classmethod execute_vm(module, event_name) -> (execution_result=bool, out_messages=Array[str])¶
Execute VM
- classmethod get_all_models(asset) Array[RigVMGraph]¶
Get All Models
- Parameters:
asset (UAFRigVMAsset)
- Return type:
- classmethod get_compilation_state(asset) AnimNextRigVMAssetState¶
Get Compilation State
- Parameters:
asset (UAFRigVMAsset)
- Return type:
- classmethod get_controller(asset, graph=None) RigVMController¶
Get Controller
- Parameters:
asset (UAFRigVMAsset)
graph (RigVMGraph)
- Return type:
- classmethod get_controller_by_name(asset, graph_name='') RigVMController¶
Get Controller by Name
- Parameters:
asset (UAFRigVMAsset)
graph_name (str)
- Return type:
- classmethod get_default_model(asset) RigVMGraph¶
Get Default Model
- Parameters:
asset (UAFRigVMAsset)
- Return type:
- classmethod get_local_function_library(asset) RigVMFunctionLibrary¶
Get Local Function Library
- Parameters:
asset (UAFRigVMAsset)
- Return type:
- classmethod get_model(asset, ed_graph=None) RigVMGraph¶
Get Model
- Parameters:
asset (UAFRigVMAsset)
ed_graph (EdGraph)
- Return type:
- classmethod get_or_create_controller(asset, graph=None) RigVMController¶
Get or Create Controller
- Parameters:
asset (UAFRigVMAsset)
graph (RigVMGraph)
- Return type:
- classmethod get_or_create_local_function_library(asset, setup_undo_redo=True) RigVMFunctionLibrary¶
Get or Create Local Function Library
- Parameters:
asset (UAFRigVMAsset)
setup_undo_redo (bool)
- Return type:
- classmethod recompile_vm(asset) None¶
Recompile VM
- Parameters:
asset (UAFRigVMAsset)