Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildTypes.h |
Include |
#include "DerivedDataBuildTypes.h" |
class FBuildPolicy
Flags to control the behavior of build requests, with optional overrides by value.
Name | Description | |
---|---|---|
|
FBuildPolicy() |
Construct a build policy that uses the default policy. |
|
FBuildPolicy ( |
Construct a build policy with a single policy for every value. |
Name | Description | ||
---|---|---|---|
|
GetCombinedPolicy() |
Returns the build policy combined from the value policies. |
|
|
GetDefaultValuePolicy() |
Returns the build policy to use for values with no override. |
|
|
TConstArrayV... |
GetValuePolicies() |
Returns the array of build policy overrides for values, sorted by ID. |
|
GetValuePolicy ( |
Returns the build policy to use for the value. |
|
|
IsUniform() |
Returns true if every value uses the same build policy. |
|
|
Transform ( |
Returns a copy of this policy transformed by an operation. |