UOSCManager::GetOSCAddressContainer

Returns the OSC Address container at the provided 'Index.' Returns empty string if index is out-of-bounds.

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="Get OSC Address Container At Index", Keywords="osc address container path"))
static FString GetOSCAddressContainer
(
    const FOSCAddress & Address,
    const int32 Index
)

Remarks

Returns the OSC Address container at the provided 'Index.' Returns empty string if index is out-of-bounds.

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