> For the complete documentation index, see [llms.txt](https://bahnproductions.gitbook.io/bahnproductions-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bahnproductions.gitbook.io/bahnproductions-docs/bahn-productions-ue-plugins/advanced-audio-system-editor/editor-utility-widgets/api-references/aas_foleycombobox.md).

# AAS\_FoleyComboBox

### Properties

```actionscript-3
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "AdvancedAudioSystem|FoleyComboBox")
TObjectPtr<UAAS_FoleySurfaceBankMap> SurfaceBankMap;

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "AdvancedAudioSystem|FoleyComboBox")
TObjectPtr<UAAS_FoleyFootwearBankMap> FootwearBankMap;
```

***

### Functions

#### `GetFoleyAudioBank()`

```actionscript-3
UFUNCTION(BlueprintCallable, Category = "AdvancedAudioSystem|FoleyComboBox")
UAAS_FoleyAudioBankData* GetFoleyAudioBank(const FGameplayTag& SurfaceTag, const FGameplayTag& FootwearTag) const;
```
