#include <fbximporter.h>
Event that is emitted to plugins before a FBX file has been imported.
Definition at line 369 of file fbximporter.h.
Public Member Functions | |
FbxEventPreImport (FbxDocument *pDocument) | |
![]() | |
virtual | ~FbxEvent () |
Destructor. More... | |
virtual int | GetTypeId () const |
Retrieve the event type ID. More... | |
![]() | |
virtual const char * | GetEventName () const =0 |
Force events to give us a name. More... | |
virtual | ~FbxEventBase () |
Destructor. More... | |
Public Attributes | |
FbxDocument * | mDocument |
The document the FBX file is to be imported into. More... | |
Additional Inherited Members | |
![]() | |
static void | ForceTypeId (int pTypeId) |
Update the type ID of current event with the given type ID. More... | |
static int | GetStaticTypeId () |
Retrieve the event type ID. More... | |
![]() | |
static int | GetStaticTypeId (const char *) |
|
inline |
Definition at line 373 of file fbximporter.h.
FbxDocument* mDocument |
The document the FBX file is to be imported into.
Definition at line 373 of file fbximporter.h.