|
FBX C++ API Reference
|
#include <fbximporter.h>
Event that is emitted to plugins before a FBX file has been imported.
Definition at line 369 of file fbximporter.h.
Inheritance diagram for FbxEventPreImport:Public Member Functions | |
| virtual const char * | GetEventName () const |
| Force events to give us a name. More... | |
| FbxEventPreImport (FbxDocument *pDocument) | |
Public Member Functions inherited from FbxEvent< FbxEventPreImport > | |
| virtual | ~FbxEvent () |
| Destructor. More... | |
| virtual int | GetTypeId () const |
| Retrieve the event type ID. More... | |
Public Member Functions inherited from FbxEventBase | |
| virtual | ~FbxEventBase () |
| Destructor. More... | |
Public Attributes | |
| FbxDocument * | mDocument |
| The document the FBX file is to be imported into. More... | |
Friends | |
| class | FbxEvent< FbxEventPreImport > |
Additional Inherited Members | |
Static Public Member Functions inherited from FbxEvent< FbxEventPreImport > | |
| 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 Protected Member Functions inherited from FbxEventBase | |
| static int | GetStaticTypeId (const char *) |
|
inline |
Definition at line 373 of file fbximporter.h.
|
inlinevirtual |
Force events to give us a name.
Implements FbxEventBase.
Definition at line 371 of file fbximporter.h.
|
friend |
Definition at line 371 of file fbximporter.h.
| FbxDocument* mDocument |
The document the FBX file is to be imported into.
Definition at line 373 of file fbximporter.h.