Event that is emitted to plugins before a file is exported to the FBX format.
Definition at line 60 of file kfbxexporter.h.
#include <kfbxexporter.h>
Public Member Functions |
|
KFbxEventPreExport (KFbxDocument *pDocument) | |
Public Attributes |
|
KFbxDocument * | mDocument |
The document to be exported. |
KFbxEventPreExport | ( | KFbxDocument * | pDocument | ) | [inline] |
Definition at line 64 of file kfbxexporter.h.
: mDocument(pDocument) {};
The document to be exported.
Definition at line 64 of file kfbxexporter.h.