FBuildPolicyBuilder

A build policy builder is used to construct a build policy.

Unreal Engine C++ API Reference > Developer > DerivedDataCache

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildTypes.h
Include #include "DerivedDataBuildTypes.h"

Syntax

class FBuildPolicyBuilder  

Remarks

A build policy builder is used to construct a build policy.

Constructors

Type Name Description
  FBuildPolicyBuilder () Construct a policy builder that uses the default policy.
  FBuildPolicyBuilder ( EBuildPolicy Policy ) Construct a policy builder that uses the provided policy for values with no override.

Functions

Type Name Description
void AddValuePolicy ( const FBuildValuePolicy& Value ) Adds a build policy override for a value.
void AddValuePolicy ( const FValueId& Id, EBuildPolicy Policy )  
FBuildPolicy Build () Build a build policy, which makes this builder subsequently unusable.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library