FBX C++ API Reference
FbxEventPreImport Class Reference

Event that is emitted to plugins before a FBX file has been imported. More...

#include <fbximporter.h>

+ Inheritance diagram for FbxEventPreImport:

Public Member Functions

const char * GetEventName () const override
 Force events to give us a name. More...
 
 FbxEventPreImport (FbxDocument *pDocument)
 
- Public Member Functions inherited from FbxEvent< FbxEventPreImport >
virtual ~FbxEvent ()
 Destructor. More...
 
int GetTypeId () const override
 Retrieve the event type ID. More...
 
- Public Member Functions inherited from FbxEventBase
virtual ~FbxEventBase ()
 Destructor. More...
 

Public Attributes

FbxDocumentmDocument
 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 *)
 

Detailed Description

Event that is emitted to plugins before a FBX file has been imported.

Definition at line 386 of file fbximporter.h.

Constructor & Destructor Documentation

FbxEventPreImport ( FbxDocument pDocument)
inline

Definition at line 390 of file fbximporter.h.

390 : mDocument(pDocument) {};
FbxDocument * mDocument
The document the FBX file is to be imported into.
Definition: fbximporter.h:390

Member Function Documentation

const char* GetEventName ( ) const
inlineoverridevirtual

Force events to give us a name.

Returns
event name

Implements FbxEventBase.

Definition at line 388 of file fbximporter.h.

389 :
390  inline FbxEventPreImport( FbxDocument* pDocument ) : mDocument(pDocument) {};
FbxDocument is a base class for FbxScene and FbxLibrary classes.
Definition: fbxdocument.h:46
FbxEventPreImport(FbxDocument *pDocument)
Definition: fbximporter.h:390
FbxDocument * mDocument
The document the FBX file is to be imported into.
Definition: fbximporter.h:390

Friends And Related Function Documentation

friend class FbxEvent< FbxEventPreImport >
friend

Definition at line 388 of file fbximporter.h.

Member Data Documentation

FbxDocument* mDocument

The document the FBX file is to be imported into.

Definition at line 390 of file fbximporter.h.


The documentation for this class was generated from the following file: