Event that is emitted to plugins before a FBX file has been imported.
Definition at line 65 of file kfbximporter.h.
#include <kfbximporter.h>
Public Member Functions |
|
KFbxEventPreImport (KFbxDocument *pDocument) | |
Public Attributes |
|
KFbxDocument * | mDocument |
The document the FBX file is to be imported
into. |
KFbxEventPreImport | ( | KFbxDocument * | pDocument | ) | [inline] |
Definition at line 69 of file kfbximporter.h.
: mDocument(pDocument) {};
The document the FBX file is to be imported into.
Definition at line 69 of file kfbximporter.h.