Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildConfigContext
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include | #include "DerivedDataBuildFunction.h" |
void SetCachePolicyMask
(
ECachePolicy Policy
)
Remarks
Overrides the cache policy mask used when reading or writing this build in the cache.
Allows Query and Store flags to be cleared for this build by removing them from the mask.
Set the mask to the bitwise complement of the flags to be cleared: ~ECachePolicyRemote.