unreal.PyTestObjectLibrary¶
- class unreal.PyTestObjectLibrary(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
BlueprintFunctionLibraryFunction library containing methods that should be hoisted onto the test object in Python.
C++ Source:
Plugin: PythonScriptPlugin
Module: PythonScriptPlugin
File: PyTest.h
- classmethod is_bool_set(obj) bool¶
Is Bool Set
- Parameters:
obj (PyTestObject) –
- Return type: