ImportVisitor::Visit

ImportVisitor::Visit
virtual void Visit(MovieDef* pparentDef, MovieDef* pimportDef, const char* pimportedMovieFilename) = 0;
Description

Visit is an overridden method to enumerate through the external files imported.

Parameters
Parameters 
Description 
MovieDef* pparentDef 
Pointer to the MovieDef from which the files are imported. 
MovieDef* pimportDef 
Pointer to the destination movie definition object to which the files are imported. 
const char* pimportedMovieFilename 
Partial filename being used for import.