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

#include <fbxplugin.h>

Class Description

Structure used by plug-ins for identification purposes.

Note
To avoid confusions in the system, it is recommended to choose an appropriate unique identifier string name when defining your plug-in, as well as incrementing the version string to a correct value whenever something changes in the implementation of the plug-in. Both of these string are used when comparing plug-ins for searches, as well as identification in FBX files.

Definition at line 47 of file fbxplugin.h.

Public Member Functions

 FbxPluginDef ()
 Constructor. More...
 

Public Attributes

FbxString mName
 The identifier name string of the plug-in. More...
 
FbxString mVersion
 The version string of the plug-in. More...
 

Constructor & Destructor Documentation

◆ FbxPluginDef()

FbxPluginDef ( )
inline

Constructor.

Definition at line 50 of file fbxplugin.h.

50  :
51  mName("Unknown Name"),
52  mVersion("Unknown Version")
53  {
54  }
FbxString mName
The identifier name string of the plug-in.
Definition: fbxplugin.h:56
FbxString mVersion
The version string of the plug-in.
Definition: fbxplugin.h:57

Member Data Documentation

◆ mName

FbxString mName

The identifier name string of the plug-in.

If the name is already used by another plug-in, the plug-in will still register.

Definition at line 56 of file fbxplugin.h.

◆ mVersion

FbxString mVersion

The version string of the plug-in.

Definition at line 57 of file fbxplugin.h.


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