unreal.PyTestObject¶
- class unreal.PyTestObject(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
ObjectObject to allow testing of the various UObject features that are exposed to 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] Boolbool_defaults_only(bool): [Read-Write] Bool Defaults Onlybool_instance_only(bool): [Read-Write] Bool Instance Onlychild_struct(PyTestChildStruct): [Read-Write] Child Structdelegate(PyTestDelegate): [Read-Write] Delegateenum(PyTestEnum): [Read-Write] Enumfield_path(FieldPath): [Read-Write] Field Pathfloat(float): [Read-Write] Floatint(int32): [Read-Write] Intmulticast_delegate(PyTestMulticastDelegate): [Read-Write] Multicast Delegatename(Name): [Read-Write] Namestring(str): [Read-Write] Stringstring_array(Array[str]): [Read-Write] String Arraystring_int_map(Map[str, int32]): [Read-Write] String Int Mapstring_set(Set[str]): [Read-Write] String Setstruct(PyTestStruct): [Read-Write] Structstruct_array(Array[PyTestStruct]): [Read-Write] Struct Arraystruct_field_path(FieldPath): [Read-Write] Struct Field Pathtext(Text): [Read-Write] Text
- call_func_blueprint_implementable(value) int32¶
Call Func Blueprint Implementable
- Parameters:
value (int32) –
- Return type:
int32
- call_func_blueprint_native(value) int32¶
Call Func Blueprint Native
- Parameters:
value (int32) –
- Return type:
int32
- call_func_blueprint_native_ref(out_struct) PyTestStruct¶
Call Func Blueprint Native Ref
- Parameters:
out_struct (PyTestStruct) –
- Returns:
out_struct (PyTestStruct):
- Return type:
- property child_struct: PyTestChildStruct¶
[Read-Write] Child Struct
- Type:
- property delegate: PyTestDelegate¶
[Read-Write] Delegate
- Type:
- delegate_property_callback(value) int32¶
UHT couldn’t parse any default value for the FieldPath.
- Parameters:
value (int32) –
- Return type:
int32
- property enum: PyTestEnum¶
[Read-Write] Enum
- Type:
- func_blueprint_implementable(value) int32¶
Func Blueprint Implementable
- Parameters:
value (int32) –
- Return type:
int32
- func_blueprint_native(value) int32¶
Func Blueprint Native
- Parameters:
value (int32) –
- Return type:
int32
- func_blueprint_native_ref(out_struct) PyTestStruct¶
Func Blueprint Native Ref
- Parameters:
out_struct (PyTestStruct) –
- Returns:
out_struct (PyTestStruct):
- Return type:
- func_interface(value) int32¶
Func Interface
- Parameters:
value (int32) –
- Return type:
int32
- func_interface_child(value) int32¶
Func Interface Child
- Parameters:
value (int32) –
- Return type:
int32
- func_interface_other(value) int32¶
Func Interface Other
- Parameters:
value (int32) –
- Return type:
int32
- func_taking_field_path(field_path) None¶
Func Taking Field Path
- Parameters:
field_path (FieldPath) –
- func_taking_py_test_child_struct(struct) None¶
Func Taking Py Test Child Struct
- Parameters:
struct (PyTestChildStruct) –
- func_taking_py_test_delegate(delegate, value) int32¶
Func Taking Py Test Delegate
- Parameters:
delegate (PyTestDelegate) –
value (int32) –
- Return type:
int32
- func_taking_py_test_struct(struct) None¶
Func Taking Py Test Struct
- Parameters:
struct (PyTestStruct) –
- func_taking_py_test_struct_default(struct=[False, 0, 0.000000, PyTestEnum.ONE, '', 'None', '', FieldPath(), FieldPath(), [], [], {}]) None¶
Func Taking Py Test Struct Default
- Parameters:
struct (PyTestStruct) –
- legacy_func_taking_py_test_struct(struct) None¶
Legacy Func Taking Py Test Struct deprecated: LegacyFuncTakingPyTestStruct is deprecated. Please use FuncTakingPyTestStruct instead.
- Parameters:
struct (PyTestStruct) –
- property multicast_delegate: PyTestMulticastDelegate¶
[Read-Write] Multicast Delegate
- Type:
- multicast_delegate_property_callback(str) None¶
Multicast Delegate Property Callback
- Parameters:
str (str) –
- property struct: PyTestStruct¶
[Read-Write] Struct
- Type:
- property struct_array: Array[PyTestStruct]¶
[Read-Write] Struct Array
- Type: