unreal.PyTestChildObject

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

Bases: unreal.PyTestObject

Object to allow testing of inheritance on Python wrapped types.

C++ Source:

  • Plugin: PythonScriptPlugin

  • Module: PythonScriptPlugin

  • File: PyTest.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bool (bool): [Read-Write] Bool

  • bool_defaults_only (bool): [Read-Write] Bool Defaults Only

  • bool_instance_only (bool): [Read-Write] Bool Instance Only

  • child_struct (PyTestChildStruct): [Read-Write] Child Struct

  • delegate (PyTestDelegate): [Read-Write] Delegate

  • enum (PyTestEnum): [Read-Write] Enum

  • float (float): [Read-Write] Float

  • int (int32): [Read-Write] Int

  • multicast_delegate (PyTestMulticastDelegate): [Read-Write] Multicast Delegate

  • name (Name): [Read-Write] Name

  • string (str): [Read-Write] String

  • string_array (Array(str)): [Read-Write] String Array

  • string_int_map (Map(str, int32)): [Read-Write] String Int Map

  • string_set (Set(str)): [Read-Write] String Set

  • struct (PyTestStruct): [Read-Write] Struct

  • struct_array (Array(PyTestStruct)): [Read-Write] Struct Array

  • text (Text): [Read-Write] Text