FbxEventPreImport Class Reference
 
 
 
FbxEventPreImport Class Reference

#include <fbximporter.h>


Class Description

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

Definition at line 368 of file fbximporter.h.

Inheritance diagram for FbxEventPreImport:
FbxEvent< FbxEventPreImport > FbxEventBase

List of all members.

Public Member Functions

  FbxEventPreImport (FbxDocument *pDocument)

Public Attributes

FbxDocument mDocument
  The document the FBX file is to be imported into.

Constructor & Destructor Documentation

FbxEventPreImport ( FbxDocument pDocument ) [inline]

Definition at line 372 of file fbximporter.h.

: mDocument(pDocument) {};

Member Data Documentation

The document the FBX file is to be imported into.

Definition at line 372 of file fbximporter.h.


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