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