5#include "CoreMinimal.h"
6#include "UObject/Interface.h"
7#include "ST_OSControlInterface.generated.h"
17UINTERFACE(BlueprintType)
37 UFUNCTION(BlueprintNativeEvent, Category =
"ShaderTech|AudioControl|OSC")
44 UFUNCTION(BlueprintNativeEvent, Category =
"ShaderTech|AudioControl|OSC")
Native interface class for OSC Control, to be implemented in C++.
Definition ST_OSControlInterface.h:29
void OnOSCItemRegistered()
void OnOSCItemDeregistered()
OSC Control Interface for ShaderTech audio components.
Definition ST_OSControlInterface.h:19