Navigation
API > API/Plugins > API/Plugins/StormSyncCore > API/Plugins/StormSyncCore/FStormSyncCoreUtils
Description
Gets the dependencies of the specified package recursively.
Note: Closely follow RecursiveGetDependencies implementation of AssetTools, except we don't deal with External Actors here.
Uses AssetRegistry to gather up all dependency for a given package name.
| Name | RecursiveGetDependencies |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Public/StormSyncCoreUtils.h |
| Include Path | #include "StormSyncCoreUtils.h" |
| Source | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Private/StormSyncCoreUtils.cpp |
static void RecursiveGetDependencies
(
const FName & InPackageName,
TArray < FName > & OutAllDependencies
)