Choose your operating system:
Windows
macOS
Linux
| IModuleInterface
|
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCacheEd/Public/GeometryCacheEdModule.h |
Include |
#include "GeometryCacheEdModule.h" |
class FGeometryCacheEdModule : public IModuleInterface
The public interface to this module
Name | Description | |
---|---|---|
|
FGeometryCacheEdModule() |
Name | Description | ||
---|---|---|---|
|
FGeometryCac... |
Get() |
Singleton-like access to this module's interface. |
|
IsAvailable() |
Checks to see if this module is loaded and ready. |
Name | Description | ||
---|---|---|---|
|
ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. |
|
|
StartupModule() |
Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |