BP.ActionMenuFilterCacheLeafCapacity
BP.ActionMenuFilterCacheLeafCapacity
#Overview
name: BP.ActionMenuFilterCacheLeafCapacity
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The number of action menu contexts to cache simultaniously. raising this number will increase the memory footprint but decrease how often the cache is blown
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilterResultCache.cpp:269
Scope: file
Source code excerpt:
TAutoConsoleVariable<int32> FActionFilterCache::CVarCacheLeafCapacity{
TEXT("BP.ActionMenuFilterCacheLeafCapacity"),
32,
TEXT("The number of action menu contexts to cache simultaniously. raising this number will increase the memory footprint but decrease how often the cache is blown")
};
TArray<TWeakPtr<FActionFilterCacheNode>> FActionFilterCache::CacheLeafs;