Navigation
API > API/Plugins > API/Plugins/StormSyncDrives
Provides validation helpers
| Name | FStormSyncDrivesUtils |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncDrives/Public/StormSyncDrivesUtils.h |
| Include Path | #include "StormSyncDrivesUtils.h" |
Syntax
class FStormSyncDrivesUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsValidRootPathLevel
(
const FString& InRootPath |
Checks validity of mount points and only allow one level packages (eg. /Foo again /Foo/Bar) | StormSyncDrivesUtils.h | |
static bool IsValidTextForLongPackageName
(
FStringView InLongPackageName, |
Report whether a given name is the proper format for a PackageName, without checking whether it is in one of the registered mount points. | StormSyncDrivesUtils.h | |
static bool ValidateDirectory
(
const FDirectoryPath& InDirectory, |
Checks validity for a mount directory | StormSyncDrivesUtils.h | |
static bool ValidateMountPoint
(
const FStormSyncMountPointConfig& InMountPoint, |
Checks validity for a mount point | StormSyncDrivesUtils.h | |
static bool ValidateNonDuplicates
(
const TArray< FStormSyncMountPointConfig > InMountPoints, |
Checks validity for any duplicates regarding Mount Point (Root Paths) and filesystem directory | StormSyncDrivesUtils.h | |
static bool ValidateRootPath
(
const FString& InRootPath, |
Checks validity for a mount point | StormSyncDrivesUtils.h |