Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/USoundFactory
| Name | ESuppressImportDialog |
| Type | enum |
| Header File | /Engine/Source/Editor/AudioEditor/Classes/Factories/SoundFactory.h |
| Include Path | #include "Factories/SoundFactory.h" |
Syntax
enum ESuppressImportDialog
{
None = 0,
Overwrite = 1 << 0,
UseTemplate = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Overwrite | |
| UseTemplate |