Public Member Functions | Public Attributes

FbxPluginData Struct Reference

Search for all occurrences

Detailed Description

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

Definition at line 62 of file fbxplugin.h.

#include <fbxplugin.h>

List of all members.

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

FbxPluginData ( ) [inline]

Constructor.

Definition at line 65 of file fbxplugin.h.

FbxPluginData ( const FbxPluginData pOther) [inline, explicit]

Copy Constructor.

Definition at line 73 of file fbxplugin.h.


Member Data Documentation

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

Definition at line 80 of file fbxplugin.h.

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

Definition at line 81 of file fbxplugin.h.

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: