Navigation
API > API/Plugins > API/Plugins/StormSyncCore > API/Plugins/StormSyncCore/FStormSyncFileDependency
References
| Module | StormSyncCore |
| Header | /Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Public/StormSyncPackageDescriptor.h |
| Include | #include "StormSyncPackageDescriptor.h" |
| Source | /Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Private/StormSyncPackageDescriptor.cpp |
static FString GetDestFilepath
(
const FName & InPackageName,
FText & OutFailureReason
)
Remarks
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. 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 | Description |
|---|---|
| InPackageName | Package name to base |
| OutFailureReason | Localized text filled with more information if operation failed. |