BP.EnableActionMenuFilterCaching
BP.EnableActionMenuFilterCaching
#Overview
name: BP.EnableActionMenuFilterCaching
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If enabled, action filter tests with the CacheResults flag set will have their results cached
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/BlueprintActionFilter.cpp:2134
Scope: file
Source code excerpt:
TAutoConsoleVariable<bool> FActionFilterTest::CVarEnableCaching{
TEXT("BP.EnableActionMenuFilterCaching"),
false,
TEXT("If enabled, action filter tests with the CacheResults flag set will have their results cached")
};
FActionFilterTest::FActionFilterTest(const FRejectionDelegate Delegate, FString Name, EActionFilterTestFlags Flags) :
RejectionDelegate(Delegate),