Visit is a virtual method called on every imported file by VisitImportedMovies, allowing you to collect a list of import dependencies.
|
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. To get full path use pimportDef->GetFileURL(). |