FBX C++ API Reference
|
Event that is emitted to plugins after a file is exported to the FBX format. More...
#include <fbxexporter.h>
Public Member Functions | |
const char * | GetEventName () const override |
Force events to give us a name. More... | |
FbxEventPostExport (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 to be exported. More... | |
Friends | |
class | FbxEvent< FbxEventPostExport > |
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 after a file is exported to the FBX format.
Definition at line 307 of file fbxexporter.h.
|
inline |
Definition at line 312 of file fbxexporter.h.
|
inlineoverridevirtual |
Force events to give us a name.
Implements FbxEventBase.
Definition at line 309 of file fbxexporter.h.
|
friend |
Definition at line 309 of file fbxexporter.h.
FbxDocument* mDocument |
The document to be exported.
Definition at line 312 of file fbxexporter.h.