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