FbxEventPreExport Class Reference
 
 
 
FbxEventPreExport Class Reference

#include <fbxexporter.h>


Class Description

Event that is emitted to plugins before a file is exported to the FBX format.

Definition at line 259 of file fbxexporter.h.

Inheritance diagram for FbxEventPreExport:
FbxEvent< FbxEventPreExport > FbxEventBase

List of all members.

Public Member Functions

  FbxEventPreExport (FbxDocument *pDocument)

Public Attributes

FbxDocument mDocument
  The document to be exported.

Constructor & Destructor Documentation

FbxEventPreExport ( FbxDocument pDocument ) [inline]

Definition at line 264 of file fbxexporter.h.

: mDocument(pDocument) {};

Member Data Documentation

The document to be exported.

Definition at line 264 of file fbxexporter.h.


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