UOSCModulationMixingStatics::CopyStagesToOSCBundle

Converts stage array to OSCBundle representation to send over network via OSC protocol

Windows
MacOS
Linux

References

Module

OSCModulationMixing

Header

/Engine/Plugins/Runtime/OSCModulationMixing/Source/OSCModulationMixing/Public/OSCModulationMixingStatics.h

Include

#include "OSCModulationMixingStatics.h"

Source

/Engine/Plugins/Runtime/OSCModulationMixing/Source/OSCModulationMixing/Private/OSCModulationMixingStatics.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Audio|OSC|Modulation",
          DisplayName="Copy Mix Stages to OSC Bundle", Meta=(WorldContext="WorldContextObject"))
static void CopyStagesToOSCBundle
(
    UObject * WorldContextObject,
    const FOSCAddress & PathAddress,
    const TArray< FSoundControlBusMixStage > & Stages,
    FOSCBundle & Bundle
)

Remarks

Converts stage array to OSCBundle representation to send over network via OSC protocol

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