UOSCServer::BindEventToOnOSCAddressPatternMatchesPath

Adds event to dispatch when OSCAddressPattern is matched.

Windows
MacOS
Linux

References

Module

OSC

Header

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

Include

#include "OSCServer.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Audio|OSC")
void BindEventToOnOSCAddressPatternMatchesPath
(
    const FOSCAddress & OSCAddressPattern,
    const FOSCDispatchMessageEventBP & Event
)

Remarks

Adds event to dispatch when OSCAddressPattern is matched.

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