UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SoundSubmixWidgetInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
5#include "UObject/Class.h"
6#include "UObject/Interface.h"
9
10#include "SoundSubmixWidgetInterface.generated.h"
11
12
13UINTERFACE(Blueprintable, MinimalAPI)
18
20{
22
23public:
24 UFUNCTION(BlueprintImplementableEvent, meta = (DisplayName = "On SoundSubmix Widget Constructed"))
26};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition SoundSubmixWidgetInterface.h:20
ENGINE_API void OnConstructed(USoundSubmixBase *SoundSubmix)
Definition Interface.h:19
Definition SoundSubmix.h:174
Definition SoundSubmixWidgetInterface.h:15