Event that is emitted to plugins before a file is exported to the FBX format.
Definition at line 255 of file fbxexporter.h.
#include <fbxexporter.h>

Public Member Functions |
|
| FbxEventPreExport (FbxDocument *pDocument) | |
Public Attributes |
|
| FbxDocument * | mDocument |
| The document to be exported. |
|
| FbxEventPreExport | ( | FbxDocument * | pDocument | ) | [inline] |
Definition at line 260 of file fbxexporter.h.
: mDocument(pDocument) {};
The document to be exported.
Definition at line 260 of file fbxexporter.h.