IWebRemoteControlModule

A Remote Control module that allows exposing objects and properties from the editor.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IWebRemoteControlModule

References

Module

WebRemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/WebRemoteControl/Public/IWebRemoteControlModule.h

Include

#include "IWebRemoteControlModule.h"

Syntax

class IWebRemoteControlModule : public IModuleInterface

Remarks

A Remote Control module that allows exposing objects and properties from the editor.

Functions

Name Description

Public function

FOnWebServer...

 

OnHttpServerStarted()

Event triggered when the http server starts.

Public function

FSimpleMulti...

 

OnHttpServerStopped()

Event triggered when the http server stops.

Public function

FOnWebServer...

 

OnWebSocketServerStarted()

Event triggered when the websocket server starts.

Public function

FSimpleMulti...

 

OnWebSocketServerStopped()

Event triggered when the websocket server stops.

Public function

FDelegateHan...

 

RegisterRequestPreprocessor

(
    FHttpRequestHandler RequestPreproce...
)

Register a request preprocessor.

Public function

void

 

UnregisterRequestPreprocessor

(
    const FDelegateHandle& RequestPrep...
)

Unregister a request preprocessor.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss