UStaticMeshExporterUsd::ExportBinary

Export object to binary

Windows
MacOS
Linux

Override Hierarchy

UExporter::ExportBinary()

UStaticMeshExporterUsd::ExportBinary()

References

Module

USDExporter

Header

/Engine/Plugins/Importers/USDImporter/Source/USDExporter/Public/StaticMeshExporterUSD.h

Include

#include "StaticMeshExporterUSD.h"

Source

/Engine/Plugins/Importers/USDImporter/Source/USDExporter/Private/StaticMeshExporterUSD.cpp

Syntax

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

Remarks

Export object to binary

Returns

False

Parameters

Parameter

Description

Object

the object to export

Type

filetype

Ar

the archive to output the subobject definitions to

Warn

Modal warning messages

FileIndex

Index of files being exported

PortFlags

Flags controlling export behavior

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