unreal.PyTestObjectLibrary

class unreal.PyTestObjectLibrary(outer=None, name='None')

Bases: unreal.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) –

Returns

Return type

bool