unreal.RCWebInterfaceBlueprintLibrary

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

Bases: unreal.BlueprintFunctionLibrary

RCWeb Interface Blueprint Library

C++ Source:

  • Plugin: RemoteControlWebInterface

  • Module: RemoteControlWebInterface

  • File: RCWebInterfaceLibrary.h

classmethod find_matching_actors_to_rebind(preset_id, property_ids)

Get a list of compatible actors to rebind the remote control preset properties returned value is a map, key is the actor label

Parameters
Return type

Map(str, Actor)

classmethod get_owner_actor_label(preset_id, property_ids) str

Get the label of the owner actor of the remote control preset properties If the properties has different owners, an empty string will be returned

Parameters
Return type

str

classmethod rebind_properties(preset_id, property_ids, new_owner) None

Rebind the remote control preset properties to a new owner

Parameters