Navigation
API > API/Developer > API/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 | |
|---|---|---|---|
| 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, |
||
| FBuildPolicy | Build () |
Build a build policy, which makes this builder subsequently unusable. |