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

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback