FBuildConfigContext::SetBuildPolicyMask

Overrides the build policy mask used when executing this build.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FBuildConfigContext

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h
Include #include "DerivedDataBuildFunction.h"
void SetBuildPolicyMask
(
    [EBuildPolicy](API\Developer\DerivedDataCache\UE__DerivedData__EBuildPolicy) Policy
)

Remarks

Overrides the build policy mask used when executing this build.

Allows Build 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: ~EBuildPolicyBuildRemote.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library