UOSCClient::SetSendIPAddress

Sets the OSC Client IP address and port. Returns whether address and port was successfully set.

Windows
MacOS
Linux

References

Module

OSC

Header

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

Include

#include "OSCClient.h"

Source

/Engine/Plugins/Runtime/OSC/Source/OSC/Private/OSCClient.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Audio|OSC")
bool SetSendIPAddress
(
    const FString & IPAddress,
    const int32 Port
)

Remarks

Sets the OSC Client IP address and port. Returns whether address and port was successfully set.

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