Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMBlueprint
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 | GetDependentBlueprints |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMBlueprint.h |
| Include Path | #include "RigVMBlueprint.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMBlueprint.cpp |
TArray < URigVMBlueprint * > GetDependentBlueprints
(
bool bRecursive,
bool bOnlyLoaded
) const