#include <fbxembeddedfilesaccumulator.h>
Map the object to the property's hierarchical name.
An object may use the same file on multiple properties, hence the set. Each property may have multiple URLs, separate by |. We thus need to store the index along with the property.
Definition at line 38 of file fbxembeddedfilesaccumulator.h.
Public Member Functions |
|
| PropertyUrlIndex () | |
| PropertyUrlIndex (const FbxString &pUrl, int pIndex) | |
Public Attributes |
|
| FbxString | mPropName |
| int | mIndex |
| PropertyUrlIndex | ( | ) | [inline] |
Definition at line 43 of file fbxembeddedfilesaccumulator.h.
: mIndex(0)
{
}
| PropertyUrlIndex | ( | const FbxString & | pUrl, |
| int | pIndex | ||
| ) | [inline] |
Definition at line 47 of file fbxembeddedfilesaccumulator.h.
Definition at line 40 of file fbxembeddedfilesaccumulator.h.
| int mIndex |
Definition at line 41 of file fbxembeddedfilesaccumulator.h.