Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheTracks > FGeometryCacheTracksModule
- IModuleInterface::ShutdownModule()
- FGeometryCacheTracksModule::ShutdownModule()
References
Module | GeometryCacheTracks |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Public/GeometryCacheTracksModule.h |
Include | #include "GeometryCacheTracksModule.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Private/GeometryCacheTracksModule.cpp |
virtual void ShutdownModule&40;&41;
Remarks
Called before the module is unloaded, right before the module object is destroyed. During normal shutdown, this is called in reverse order that modules finish StartupModule(). This means that, as long as a module references dependent modules in it's StartupModule(), it can safely reference those dependencies in ShutdownModule() as well.