5#include "CoreMinimal.h"
6#include "UObject/Interface.h"
7#include "ST_SocketControlInterface.generated.h"
17UINTERFACE(BlueprintType)
38 UFUNCTION(BlueprintNativeEvent, Category =
"ShaderTech|AudioControl|Socket")
45 UFUNCTION(BlueprintNativeEvent, Category =
"ShaderTech|AudioControl|Socket")
58UINTERFACE(BlueprintType)
Native interface for socket control lifecycle.
Definition ST_SocketControlInterface.h:30
void OnSocketItemRegistered()
void OnSocketItemDeregistered()
Native interface for socket receivers.
Definition ST_SocketControlInterface.h:71
Base socket control interface for ShaderTech systems.
Definition ST_SocketControlInterface.h:19
Receiver-specific socket control interface.
Definition ST_SocketControlInterface.h:60