unreal.PyTestObject
¶
- class unreal.PyTestObject(outer=None, name='None')¶
Bases:
unreal.Object
Object 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] Enumfloat
(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 Arraytext
(Text): [Read-Write] Text
- CONSTANT_VALUE = 10¶
Get Constant Value
- Type
(int32)
- OTHER_CONSTANT_VALUE = 20¶
Get Other Constant Value
- Type
(int32)
- call_func_blueprint_implementable(value) → int32¶
Call Func Blueprint Implementable
- Parameters
value (int32) –
- Returns
- Return type
int32
- call_func_blueprint_native(value) → int32¶
Call Func Blueprint Native
- Parameters
value (int32) –
- Returns
- 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¶
[Read-Write] Child Struct
- Type
- property delegate¶
[Read-Write] Delegate
- Type
- delegate_property_callback(value) → int32¶
Delegate Property Callback
- Parameters
value (int32) –
- Returns
- Return type
int32
- property enum¶
[Read-Write] Enum
- Type
- func_blueprint_implementable(value) → int32¶
Func Blueprint Implementable
- Parameters
value (int32) –
- Returns
- Return type
int32
- func_blueprint_native(value) → int32¶
Func Blueprint Native
- Parameters
value (int32) –
- Returns
- 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_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) –
- Returns
- Return type
int32
- func_taking_py_test_struct(struct) → None¶
Func Taking Py Test Struct
- Parameters
struct (PyTestStruct) –
- property int¶
[Read-Write] Int
- Type
(int32)
- 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¶
[Read-Write] Multicast Delegate
- Type
- multicast_delegate_property_callback(str) → None¶
Multicast Delegate Property Callback
- Parameters
str (str) –
- property struct¶
[Read-Write] Struct
- Type
- property struct_array¶
[Read-Write] Struct Array
- Type