#include <fbxprocessorxref.h>
This is just a safety net to make sure RevertPropertyChanges is called when this goes out of scope.
Definition at line 111 of file fbxprocessorxref.h.
Public Member Functions |
|
| AutoRevertPropertyChanges (FbxProcessorXRefCopy *pCopy) | |
| ~AutoRevertPropertyChanges () | |
Public Attributes |
|
| FbxProcessorXRefCopy * | mXRefCopy |
| AutoRevertPropertyChanges | ( | FbxProcessorXRefCopy * | pCopy | ) | [inline] |
Definition at line 113 of file fbxprocessorxref.h.
: mXRefCopy(pCopy) {}
| ~AutoRevertPropertyChanges | ( | ) | [inline] |
Definition at line 114 of file fbxprocessorxref.h.
{
if( mXRefCopy )
mXRefCopy->RevertPropertyChanges();
}
Definition at line 120 of file fbxprocessorxref.h.