Navigation
API > API/Plugins > API/Plugins/OSC
References
| Module | OSC |
| Header | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCClient.h |
| Include | #include "OSCClient.h" |
Syntax
class IOSCClientProxy
Remarks
Interface for internal networking implementation. See UOSCClient for details
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetSendIPAddress
(
FString& InIPAddress, |
||
| bool | IsActive () |
||
| void | SendBundle
(
FOSCBundle& Bundle |
||
| void | SendMessage
(
FOSCMessage& Message |
||
| bool | SetSendIPAddress
(
const FString& InIPAddress, |
||
| void | Stop () |