FBX properties: class KFbxProperty
 
 
 

FBX includes a property system that allows strongly typed data to be dynamically added to FBX objects.

Although you can create your own data types and your own properties, let’s begin by looking at what you can do with the properties that are already built in to FBX SDK classes. Here, for example, are a few properties of class KFbxNode:

Extract from the reference page for class KFbxNode

An FBX property:

You can query an FBX object to:

NoteIn this documentation, an FBX property refers to an object that is instantiated from class KFbxProperty. Not all properties of an FBX object are implemented as FBX properties, however.