Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExporter
- USoundSurroundExporterWAV
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundSurroundExporterWAV.h |
| Include | #include "Exporters/SoundSurroundExporterWAV.h" |
Syntax
class USoundSurroundExporterWAV : public UExporter
Remarks
SoundSurroundExporterWAV.
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundSurroundExporterWAV
(
const FObjectInitializer& ObjectInitializer |
Overridden from UExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportBinary
(
UObject* Object, |
Export object to binary | |
| int32 | GetFileCount
(
UObject* Object |
Number of binary files to export for this object. | |
| FString | GetUniqueFilename
(
UObject* Object, |
Differentiates the filename for objects with multiple files to export. | |
| bool | SupportsObject
(
UObject* Object |
Returns whether this exporter supports the specific object. |