Navigation
API > API/Plugins > API/Plugins/CaptureManagerTakeMetadata
Utility functions for handling paths within take metadata files.
| Name | FTakeMetadataPathUtils |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureManagerTakeMetadata/Public/CaptureManagerTakeMetadata.h |
| Include Path | #include "CaptureManagerTakeMetadata.h" |
Syntax
class FTakeMetadataPathUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTakeMetadata::FVideo::EPathType DetectPathType
(
const FString& InPath |
Detects path type from the input path (Folder or File). | CaptureManagerTakeMetadata.h | |
static FString PathTypeToString
(
FTakeMetadata::FVideo::EPathType InPathType |
Converts path type to a string. | CaptureManagerTakeMetadata.h | |
static bool ValidatePathType
(
const FString& InPath, |
Checks the path matches the path type. | CaptureManagerTakeMetadata.h |