Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/IRigVMAssetInterface
Description
Returns a list of dependents as resolved blueprints. A dependent is a blueprint which uses a function defined in this blueprint. If bOnlyLoaded is false, this function loads the dependent assets and can introduce a large cost depending on the size / count of assets in the project.
| Name | GetDependentResolvedAssets |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMAsset.h |
| Include Path | #include "RigVMAsset.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMAsset.cpp |
TArray < IRigVMAssetInterface * > GetDependentResolvedAssets
(
bool bRecursive,
bool bOnlyLoaded
) const