UOSCManager::OSCAddressPopContainers

Pops container from ordered array of containers.

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="Pop Containers from OSC Address", Keywords="pop osc address container"))
static TArray< FString > OSCAddressPopContainers
(
    FOSCAddress & Address,
    int32 NumContainers
)

Remarks

Pops container from ordered array of containers. If NumContainers is greater than or equal to the number of containers in address, returns all containers.

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