Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- USoundFactory
- UReimportSoundFactory
References
| Module | AudioEditor |
| Header | /Engine/Source/Editor/AudioEditor/Classes/Factories/ReimportSoundFactory.h |
| Include | #include "Factories/ReimportSoundFactory.h" |
Syntax
class UReimportSoundFactory :
public USoundFactory,
public FReimportHandler
Variables
| Type | Name | Description | |
|---|---|---|---|
| int8 | OverwriteOtherAssetTypes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UReimportSoundFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| void | CleanUp () |
Do clean up after importing is done. Will be called once for multi batch import. |
Overridden from FReimportHandler
| Type | Name | Description | |
|---|---|---|---|
| bool | CanReimport
(
UObject* Obj, |
Check to see if the handler is capable of reimporting the object | |
| int32 | GetPriority () |
Get the import priority for this handler. | |
| EReimportResult::Type | Attempt to reimport the specified object from its source | ||
| void | SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object |