unreal.RemoteControlInterceptionTestObject
¶
- class unreal.RemoteControlInterceptionTestObject(outer=None, name='None')¶
Bases:
unreal.Object
Remote Control Interception Test Object
C++ Source:
Plugin: RemoteControl
Module: RemoteControl
File: RemoteControlInterceptionTestData.h
Editor Properties: (see get_editor_property/set_editor_property)
custom_struct
(RemoteControlInterceptionTestStruct): [Read-Write] Custom Structfunction_param_struct
(RemoteControlInterceptionFunctionParamStruct): [Read-Write] Function Param Struct
- test_function(struct, test_factor) → RemoteControlInterceptionFunctionParamStruct¶
Test Function
- Parameters
struct (RemoteControlInterceptionFunctionParamStruct) –
test_factor (int32) –
- Returns
- Return type