Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FBuildConfigContext
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
Include | #include "DerivedDataBuildFunction.h" |
void SetCachePolicyMask ( [ECachePolicy](API\Developer\DerivedDataCache\UE__DerivedData__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.