UOSCManager::FindObjectAtOSCAddress

Finds an object with the given OSC Address in path form, where containers correspond to path folders and the the address method to the object's name.

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",
          Meta=(DisplayName="Find Object at OSC Address", Keywords="osc address path uobject"))
static UObject * FindObjectAtOSCAddress
(
    const FOSCAddress & Address
)

Remarks

Finds an object with the given OSC Address in path form, where containers correspond to path folders and the the address method to the object's name. Only supports parent objects.

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