UOSCModulationMixingStatics::CopyMixToOSCBundle

Converts Control Bus Mix 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 State to OSC Bundle", Meta=(WorldContext="WorldContextObject"))
static void CopyMixToOSCBundle
(
    UObject * WorldContextObject,
    USoundControlBusMix * Mix,
    FOSCBundle & Bundle
)

Remarks

Converts Control Bus Mix 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