Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Exporters > API/Runtime/Engine/Exporters/UExporter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h |
| Include | #include "Exporters/Exporter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp |
static UExporter * FindExporter
(
UObject * Object,
const TCHAR * Filetype
)
Remarks
Find an exporter for the object and filetype.
Parameters
| Name | Description |
|---|---|
| Object | the object to export |
| Filetype | type of file |