Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Audio
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEngineSubsystem
- UAudioWidgetSubsystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Audio/AudioWidgetSubsystem.h |
| Include | #include "Audio/AudioWidgetSubsystem.h" |
Syntax
class UAudioWidgetSubsystem : public UEngineSubsystem
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< UUserWidget * > | CreateUserWidgets
(
UWorld& InWorld, |
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. |