Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGatherTextFromAssetsCommandlet
Description
Determines the loc cache state for a package. This determines whether the package should be fully loaded for gathering.
| Name | CalculatePackageLocCacheState |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromAssetsCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromAssetsCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromAssetsCommandlet.cpp |
EPackageLocCacheState CalculatePackageLocCacheState
(
const FPackageFileSummary & PackageFileSummary,
const FName PackageName,
bool bIsExternalActorPackage
) const