Navigation
API > API/Plugins > API/Plugins/StormSyncDrives
Public interface for Storm Sync Drives module and API
| Name | IStormSyncDrivesModule |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncDrives/Public/IStormSyncDrivesModule.h |
| Include Path | #include "IStormSyncDrivesModule.h" |
Syntax
class IStormSyncDrivesModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RegisterMountPoint
(
const FStormSyncMountPointConfig& InMountPoint, |
Register and mount the provided mount point config (with a Mount Point root path and Mount Directory filesystem path) | IStormSyncDrivesModule.h | |
bool UnregisterMountPoint
(
const FStormSyncMountPointConfig& InMountPoint, |
Unregisters the provided mount point config, if it was previously mounted. | IStormSyncDrivesModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IStormSyncDrivesModule & Get() |
IStormSyncDrivesModule.h | ||
static bool IsAvailable() |
IStormSyncDrivesModule.h |