Navigation
API > API/Developer > API/Developer/DerivedDataCache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildTypes.h |
| Include | #include "DerivedDataBuildTypes.h" |
Syntax
class FBuildPolicy
Remarks
Flags to control the behavior of build requests, with optional overrides by value.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBuildPolicy () |
Construct a build policy that uses the default policy. | ||
FBuildPolicy
(
EBuildPolicy Policy |
Construct a build policy with a single policy for every value. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EBuildPolicy | Returns the build policy combined from the value policies. | ||
| EBuildPolicy | Returns the build policy to use for values with no override. | ||
| TConstArrayView< FBuildValuePolicy > | Returns the array of build policy overrides for values, sorted by ID. | ||
| EBuildPolicy | GetValuePolicy
(
const FValueId& Id |
Returns the build policy to use for the value. | |
| bool | IsUniform () |
Returns true if every value uses the same build policy. | |
| FBuildPolicy | Transform
(
TFunctionRef< EBuildPolicy(EBuildPolicy)> Op |
Returns a copy of this policy transformed by an operation. |