Navigation
API > API/Plugins > API/Plugins/StormSyncCore > API/Plugins/StormSyncCore/FStormSyncFileDependency
Description
Return the fully qualified path for destination filename based on provided Package Name. The path on disk where this asset should be extracted to. If a package is coming from a plugin, it'll return the correct content destination folder for the plugin if it is installed in current project.
It also handles arbitrary mount points and returns the absolute filename based on registered mount points.
| Name | GetDestFilepath |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Public/StormSyncPackageDescriptor.h |
| Include Path | #include "StormSyncPackageDescriptor.h" |
| Source | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Private/StormSyncPackageDescriptor.cpp |
static FString GetDestFilepath
(
const FName & InPackageName,
FText & OutFailureReason
)
Destination filepath or empty string if we were not able to determine destination output (eg, Plugin package while plugin not installed or enabled in current project)
Parameters
| Name | Remarks |
|---|---|
| InPackageName | Package name to base |
| OutFailureReason | Localized text filled with more information if operation failed. |