UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AudioWidgetSubsystem.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
11#include "Sound/SoundSubmix.h"
13#include "Templates/Function.h"
14#include "UObject/Class.h"
17
18#include "AudioWidgetSubsystem.generated.h"
19
20
21// Forward Declarations
22class UWorld;
23
24UCLASS(MinimalAPI)
26{
28
29private:
30 static const TArray<FAssetData> GetBlueprintAssetData(UClass* InInterfaceClass);
31 static bool ImplementsInterface(const FAssetData& InAssetData, UClass* InInterfaceClass);
32
33public:
34 // Returns user widgets that implement a widget interface of the given subclass and optionally, filters and returns only those which pass the provided filter function.
36};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition Array.h:670
Definition AndroidPlatformMisc.h:14
Definition SubclassOf.h:30
Definition AudioWidgetSubsystem.h:26
Definition Class.h:3793
Definition EngineSubsystem.h:22
Definition UserWidget.h:284
Definition World.h:918
Definition AssetData.h:162