UExporter::FindExporter

Find an exporter for the object and filetype.

Windows
MacOS
Linux

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

Syntax

static UExporter * FindExporter
(
    UObject * Object,
    const TCHAR * Filetype
)

Remarks

Find an exporter for the object and filetype.

Parameters

Parameter

Description

Object

the object to export

Filetype

type of file

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