FBuildConfigContext::SetCachePolicyMask

Overrides the cache policy mask used when reading or writing this build in the cache.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library