UOSCManager::CreateOSCClient

Creates an OSC Client.

Windows
MacOS
Linux

References

Module

OSC

Header

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

Include

#include "OSCManager.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Audio|OSC")
static UOSCClient * CreateOSCClient
(
    FString SendIPAddress,
    int32 Port,
    FString ClientName
)

Remarks

Creates an OSC Client. If SendIPAddress left empty (or '0'), attempts to use attempts to use LocalHost IP address.

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