unreal.RemoteControlFunctionLibrary

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

Bases: unreal.BlueprintFunctionLibrary

Remote Control Function Library

C++ Source:

  • Plugin: RemoteControl

  • Module: RemoteControl

  • File: RemoteControlFunctionLibrary.h

classmethod expose_actor(preset, actor, args) bool

Expose an actor in a remote control preset.

Parameters
Returns

Whether the operation was successful.

Return type

bool

classmethod expose_function(preset, source_object, function, args) bool

Expose a function in a remote control preset.

Parameters
Returns

Whether the operation was successful.

Return type

bool

classmethod expose_property(preset, source_object, property_, args) bool

Expose a property in a remote control preset.

Parameters
Returns

Whether the operation was successful.

Return type

bool