FBX C++ API Reference
|
Event that is emitted to plugins before a FBX file has been imported. More...
#include <fbximporter.h>
Public Member Functions | |
const char * | GetEventName () const override |
Force events to give us a name. More... | |
FbxEventPreImport (FbxDocument *pDocument) | |
![]() | |
virtual | ~FbxEvent () |
Destructor. More... | |
int | GetTypeId () const override |
Retrieve the event type ID. More... | |
![]() | |
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 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 *) |
Event that is emitted to plugins before a FBX file has been imported.
Definition at line 386 of file fbximporter.h.
|
inline |
Definition at line 390 of file fbximporter.h.
|
inlineoverridevirtual |
Force events to give us a name.
Implements FbxEventBase.
Definition at line 388 of file fbximporter.h.
|
friend |
Definition at line 388 of file fbximporter.h.
FbxDocument* mDocument |
The document the FBX file is to be imported into.
Definition at line 390 of file fbximporter.h.