IOSCClientProxy

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IOSCClientProxy()

Functions

Name Description

Public function Const

void

 

GetSendIPAddress

(
    FString& InIPAddress,
    int32& Port
)

Public function Const

bool

 

IsActive()

Public function

void

 

SendBundle

(
    FOSCBundle& Bundle
)

Public function

void

 

SendMessage

(
    FOSCMessage& Message
)

Public function

bool

 

SetSendIPAddress

(
    const FString& InIPAddress,
    const int32 Port
)

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