USoundSurroundExporterWAV

SoundSurroundExporterWAV.

Windows
MacOS
Linux

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

Name Description

Public function

USoundSurroundExporterWAV

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UExporter

Name Description

Public function Virtual

bool

 

ExportBinary

(
    UObject* Object,
    const TCHAR* Type,
    FArchive& Ar,
    FFeedbackContext* Warn,
    int32 FileIndex,
    uint32 PortFlags
)

Export object to binary

Public function Virtual Const

int32

 

GetFileCount

(
    UObject* Object
)

Number of binary files to export for this object.

Public function Virtual

FString

 

GetUniqueFilename

(
    const TCHAR* Filename,
    int32 FileIndex,
    int32 FileCount
)

Differentiates the filename for objects with multiple files to export.

Public function Virtual Const

bool

 

SupportsObject

(
    UObject* Object
)

Returns whether this exporter supports the specific object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss