USoundSurroundExporterWAV::GetFileCount

Number of binary files to export for this object.

Windows
MacOS
Linux

Override Hierarchy

UExporter::GetFileCount()

USoundSurroundExporterWAV::GetFileCount()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundSurroundExporterWAV.h

Include

#include "Exporters/SoundSurroundExporterWAV.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorExporters.cpp

Syntax

virtual int32 GetFileCount
(
    UObject * Object
) const

Remarks

Number of binary files to export for this object. Should be 1 in the vast majority of cases. Noted exception would be multichannel sounds which have upto 8 raw waves stored within them.

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