Navigation
API > API/Plugins > API/Plugins/OSC
Inheritance Hierarchy
- IClientProxy
- IOSCClientProxy
References
| Module | OSC |
| Header | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCClient.h |
| Include | #include "OSCClient.h" |
Syntax
class IClientProxy
Remarks
Interface for internal network implementation of sending OSC messages & bundles as a client.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IClientProxy > | Create
(
const FString& ClientName |
Creates a new client proxy that can be used by any system where the provided dispatch callback is called on a worker thread. | |
| void | GetSendIPAddress
(
FString& InIPAddress, |
||
| const FIPv4Endpoint & | |||
| bool | IsActive () |
||
| void | SendBundle
(
const FOSCBundle& Bundle |
||
| void | SendMessage
(
const FOSCMessage& Message |
||
| bool | SetSendIPAddress
(
const FString& InIPAddress, |
||
| void | SetSendIPEndpoint
(
const FIPv4Endpoint& InEndpoint |
||
| void | Stop () |