UOSCModulationMixingStatics::OSCBundleToStageValues

Converts OSCBundle to Control Bus Values & Mix Path from which it came

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="OSCBundle To Stage Values", Meta=(WorldContext="WorldContextObject"))
static TArray< FSoundModulationMixValue > OSCBundleToStageValues
(
    UObject * WorldContextObject,
    const FOSCBundle & Bundle,
    FOSCAddress & MixPath,
    TArray< FOSCAddress > & BusPaths,
    TArray< FString > & BusClassNames
)

Remarks

Converts OSCBundle to Control Bus Values & Mix Path from which it came

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