Navigation
API > API/Plugins > API/Plugins/OSCModulationMixing
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UOSCModulationMixingStatics
References
| Module | OSCModulationMixing |
| Header | /Engine/Plugins/Runtime/OSCModulationMixing/Source/OSCModulationMixing/Public/OSCModulationMixingStatics.h |
| Include | #include "OSCModulationMixingStatics.h" |
Syntax
UCLASS&40;&41;
class UOSCModulationMixingStatics : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
UOSCModulationMixingStatics
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyMixToOSCBundle
(
UObject* WorldContextObject, |
Converts Control Bus Mix to OSCBundle representation to send over network via OSC protocol | |
| void | CopyStagesToOSCBundle
(
UObject* WorldContextObject, |
Converts stage array to OSCBundle representation to send over network via OSC protocol | |
| FOSCAddress | Returns OSC Address pattern for loading a mix | ||
| EOSCModulationBundle | GetOSCBundleType
(
const FOSCBundle& Bundle |
Returns whether bundle contains recognized payload of OSC Modulation Data | |
| FOSCAddress | Returns OSC Address path for loading a profile | ||
| FOSCAddress | Returns OSC Address path for saving a profile | ||
| TArray< FSoundModulationMixValue > | OSCBundleToStageValues
(
UObject* WorldContextObject, |
Converts OSCBundle to Control Bus Values & Mix Path from which it came | |
| void | RequestMix
(
UObject* WorldContextObject, |
Request mix update from server with loaded content. |