unreal.PyTestStructLibrary

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

Bases: unreal.BlueprintFunctionLibrary

Function library containing methods that should be hoisted onto the test struct in Python.

C++ Source:

  • Plugin: PythonScriptPlugin

  • Module: PythonScriptPlugin

  • File: PyTest.h

classmethod add_float(struct, value)PyTestStruct

Add Float

Parameters
Returns

Return type

PyTestStruct

classmethod add_int(struct, value)PyTestStruct

Add Int

Parameters
Returns

Return type

PyTestStruct

classmethod add_str(struct, value)PyTestStruct

Add Str

Parameters
Returns

Return type

PyTestStruct

classmethod is_bool_set(struct)bool

Is Bool Set

Parameters

struct (PyTestStruct) –

Returns

Return type

bool

classmethod legacy_is_bool_set(struct)bool

Legacy Is Bool Set deprecated: LegacyIsBoolSet is deprecated. Please use IsBoolSet instead.

Parameters

struct (PyTestStruct) –

Returns

Return type

bool