unreal.PyTestObjectLibrary

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

Bases: BlueprintFunctionLibrary

Function 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:

bool