IOSCServerProxy

Interface for internal networking implementation.

Windows
MacOS
Linux

References

Module

OSC

Header

/Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCServer.h

Include

#include "OSCServer.h"

Syntax

class IOSCServerProxy

Remarks

Interface for internal networking implementation. See UOSCServer for details

Destructors

Name Description

Public function Virtual

~IOSCServerProxy()

Functions

Name Description

Public function

void

 

AddWhitelistedClient

(
    const FString& InIPAddress
)

Public function

void

 

ClearWhitelistedClients()

Public function Const

FString

 

GetIpAddress()

Public function Const

bool

 

GetMulticastLoopback()

Public function Const

int32

 

GetPort()

Public function Const

TSet< FStrin...

 

GetWhitelistedClients()

Public function Const

bool

 

IsActive()

Public function

void

 

Listen

(
    const FString& ServerName
)

Public function

void

 

RemoveWhitelistedClient

(
    const FString& IPAddress
)

Public function

bool

 

SetAddress

(
    const FString& InReceiveIPAddress,
    int32 InPort
)

Public function

void

 

SetMulticastLoopback

(
    bool bInMulticastLoopback
)

Public function

void

 

SetTickableInEditor

(
    bool bInTickInEditor
)

Public function

void

 

SetWhitelistClientsEnabled

(
    bool bEnabled
)

Public function

void

 

Stop()

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