Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Exporters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExporter
- USoundExporterOGG
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterOGG.h |
| Include | #include "Exporters/SoundExporterOGG.h" |
Syntax
class USoundExporterOGG : public UExporter
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundExporterOGG
(
const FObjectInitializer& ObjectInitializer |
Overridden from UExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportBinary
(
UObject* Object, |
Export object to binary | |
| bool | SupportsObject
(
UObject* Object |
Returns whether this exporter supports the specific object. |