UOSCManager::OSCAddressRemoveContainers

Remove containers from ordered array of containers at index up to count 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="Remove Containers from OSC Address", Keywords="remove osc address container"))
static FOSCAddress & OSCAddressRemoveContainers
(
    FOSCAddress & Address,
    int32 Index,
    int32 Count
)

Remarks

Remove containers from ordered array of containers at index up to count of 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