MCPcopy Create free account
hub / github.com/RedPandaProjects/UnrealEngine / Export

Method Export

Source/Core/Src/UnObj.cpp:141–145  ·  view source on GitHub ↗

Export an object to a buffer. This must be overridden by all objects which are capable of exporting. The type of data to be exported (text, binary, file format, etc) may be determined from the FileType string, which represents the file's extension, such as "PCX" for a PCX file. Buffer is a pointer to the data buffer to begin storing the data; the Export function must return a pointer to the end

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ExportPropertiesMethod · 0.45

Calls 9

appErrorfFunction · 0.85
appStricmpFunction · 0.85
appSpcFunction · 0.85
appStrchrFunction · 0.85
appStrcpyFunction · 0.85
LogfMethod · 0.80
NumMethod · 0.80
GetNameFunction · 0.50
WriteBinaryMethod · 0.45

Tested by

no test coverage detected