FBX C++ API Reference
|
#include <fbximporter.h>
Event that is emitted to plugins after a FBX file has been imported.
Definition at line 380 of file fbximporter.h.
Public Member Functions | |
virtual const char * | GetEventName () const |
Force events to give us a name. More... | |
FbxEventPostImport (FbxDocument *pDocument) | |
![]() | |
virtual | ~FbxEvent () |
Destructor. More... | |
virtual int | GetTypeId () const |
Retrieve the event type ID. More... | |
![]() | |
virtual | ~FbxEventBase () |
Destructor. More... | |
Public Attributes | |
FbxDocument * | mDocument |
The imported document. More... | |
Friends | |
class | FbxEvent< FbxEventPostImport > |
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 384 of file fbximporter.h.
|
inlinevirtual |
Force events to give us a name.
Implements FbxEventBase.
Definition at line 382 of file fbximporter.h.
|
friend |
Definition at line 382 of file fbximporter.h.
FbxDocument* mDocument |
The imported document.
Definition at line 384 of file fbximporter.h.