Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UExporter
Description
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.
| Name | GetFileCount |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
| Include Path | #include "Exporters/Exporter.h" |
virtual int32 GetFileCount
(
UObject * Object
) const