Loader::UnpinAll

Loader::UnpinAll
void UnpinAll();
Description

UnpinAll unpins all movie resources held in the library. Users can Pin movie resources by calling Resource::PinResource on MovieDef; doing so will force the loader to hold MovieDef even after all external references to it are released. Calling this function causes all pinned resources to be released if they are not used.