Navigation
API > API/Plugins > API/Plugins/GeometryCache
The public interface to this module
| Name | FGeometryCacheModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheModule.h |
| Include Path | #include "GeometryCacheModule.h" |
Syntax
class FGeometryCacheModule : public IModuleInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCacheModule() |
GeometryCacheModule.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
GeometryCacheModule.h | ||
virtual void StartupModule() |
GeometryCacheModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FGeometryCacheModule & Get () |
Singleton-like access to this module's interface. | GeometryCacheModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | GeometryCacheModule.h |