Event that is emitted to plugins before a FBX file has been imported.
Definition at line 368 of file fbximporter.h.
#include <fbximporter.h>

Public Member Functions | |
| FbxEventPreImport (FbxDocument *pDocument) | |
Public Attributes | |
| FbxDocument * | mDocument |
| The document the FBX file is to be imported into. | |
| FbxEventPreImport | ( | FbxDocument * | pDocument | ) | [inline] |
Definition at line 372 of file fbximporter.h.
: mDocument(pDocument) {};
The document the FBX file is to be imported into.
Definition at line 372 of file fbximporter.h.