There is no possibility to cancel importing via FBX SDK while using FbxImporter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Currently I'm trying to add possibility to cancel importing big files during import via FBX SDK.
If I'm understand correctly I can cancel import operation via FbxProgress::Cancel. But there is no possibility to set up progress for FbxImporter - in public interface I see only a method for setting FbxProgressCallback.
But from the other hand I see that FbxReader has both methods (for setting progress and setting progress callback). Am I right that similar method for setting FbxProgress to FbxImporter should be available too?
Or I should user appropriate FbxReaders if I want to have possibility to cancel operation?
Link copied