Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FScopedClassDependencyGather
Description
Post load, some systems would like an easy list of dependencies. This will retrieve that latest BatchClassDependencies (filled with dependencies from the last loaded class).
| Name | GetCachedDependencies |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h |
| Include Path | #include "Blueprint/BlueprintSupport.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp |
static TArray < UClass * > const & GetCachedDependencies()
The most recent array of tracked dependencies.