unreal.PyTestObject¶
- class unreal.PyTestObject(outer: Object | None = None, name: 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]bool_defaults_only(bool): [Read-Write]bool_instance_only(bool): [Read-Write]child_struct(PyTestChildStruct): [Read-Write]delegate(PyTestDelegate): [Read-Write]enum(PyTestEnum): [Read-Write]field_path(FieldPath): [Read-Write]float(float): [Read-Write]int(int32): [Read-Write]multicast_delegate(PyTestMulticastDelegate): [Read-Write]name(Name): [Read-Write]string(str): [Read-Write]string_array(Array[str]): [Read-Write]string_int_map(Map[str, int32]): [Read-Write]string_set(Set[str]): [Read-Write]struct(PyTestStruct): [Read-Write]struct_array(Array[PyTestStruct]): [Read-Write]struct_field_path(FieldPath): [Read-Write]text(Text): [Read-Write]
- call_func_blueprint_implementable(value) int32¶
Call Func Blueprint Implementable
- Parameters:
value (int32)
- Return type:
int32
- call_func_blueprint_implementable_packed_getter() int32 or None¶
Call Func Blueprint Implementable Packed Getter
- Returns:
out_value (int32):
- Return type:
int32 or None
- 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]
- Type:
- property delegate: PyTestDelegate¶
[Read-Write]
- 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]
- Type:
- func_blueprint_implementable(value) int32¶
Func Blueprint Implementable
- Parameters:
value (int32)
- Return type:
int32
- func_blueprint_implementable_packed_getter() int32 or None¶
Func Blueprint Implementable Packed Getter
- Returns:
out_value (int32):
- Return type:
int32 or None
- 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_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(), [], [], {}, False]) 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]
- Type:
- multicast_delegate_property_callback(str) None¶
Multicast Delegate Property Callback
- Parameters:
str (str)
- property struct: PyTestStruct¶
[Read-Write]
- Type: