Navigation
API > API/Plugins > API/Plugins/OSC
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
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddClientToAllowList
(
const FString& InIPAddress |
||
| void | |||
| TSet< FString > | |||
| FString | GetIpAddress () |
||
| bool | |||
| int32 | GetPort () |
||
| bool | IsActive () |
||
| void | |||
| void | RemoveClientFromAllowList
(
const FString& IPAddress |
||
| bool | SetAddress
(
const FString& InReceiveIPAddress, |
||
| void | SetFilterClientsByAllowList
(
bool bEnabled |
||
| void | SetMulticastLoopback
(
bool bInMulticastLoopback |
||
| void | SetTickableInEditor
(
bool bInTickInEditor |
||
| void | Stop () |