FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxPluginData Struct Reference

#include <fbxplugin.h>

Class Description

Data used to communicate information between an application and the plug-in.

Definition at line 62 of file fbxplugin.h.

Public Member Functions

 FbxPluginData ()
 Constructor. More...
 
 FbxPluginData (const FbxPluginData &pOther)
 Copy Constructor. More...
 

Public Attributes

FbxEmittermQueryEmitter
 The emitter on which the plug-in can listen to receive events. More...
 
FbxManagermSDKManager
 The FBX SDK Manager on which the plug-in was instanced. More...
 
FbxPluginContainermPluginContainer
 The container which will have the ownership of the plug-in. More...
 

Constructor & Destructor Documentation

◆ FbxPluginData() [1/2]

FbxPluginData ( )
inline

Constructor.

Definition at line 65 of file fbxplugin.h.

65  :
69  {
70  }
FbxEmitter * mQueryEmitter
The emitter on which the plug-in can listen to receive events.
Definition: fbxplugin.h:80
#define NULL
Definition: fbxarch.h:210
FbxPluginContainer * mPluginContainer
The container which will have the ownership of the plug-in.
Definition: fbxplugin.h:82
FbxManager * mSDKManager
The FBX SDK Manager on which the plug-in was instanced.
Definition: fbxplugin.h:81

◆ FbxPluginData() [2/2]

FbxPluginData ( const FbxPluginData pOther)
inlineexplicit

Copy Constructor.

Definition at line 73 of file fbxplugin.h.

73  :
75  mSDKManager(pOther.mSDKManager),
77  {
78  }
FbxEmitter * mQueryEmitter
The emitter on which the plug-in can listen to receive events.
Definition: fbxplugin.h:80
FbxPluginContainer * mPluginContainer
The container which will have the ownership of the plug-in.
Definition: fbxplugin.h:82
FbxManager * mSDKManager
The FBX SDK Manager on which the plug-in was instanced.
Definition: fbxplugin.h:81

Member Data Documentation

◆ mQueryEmitter

FbxEmitter* mQueryEmitter

The emitter on which the plug-in can listen to receive events.

Definition at line 80 of file fbxplugin.h.

◆ mSDKManager

FbxManager* mSDKManager

The FBX SDK Manager on which the plug-in was instanced.

Definition at line 81 of file fbxplugin.h.

◆ mPluginContainer

FbxPluginContainer* mPluginContainer

The container which will have the ownership of the plug-in.

Definition at line 82 of file fbxplugin.h.


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