Navigation
Unreal Engine C++ API Reference > 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 | GetCombinedPolicy () | Returns the build policy combined from the value policies. |
EBuildPolicy | GetDefaultPolicy () | 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. |
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(EBuildPo... ) | Returns a copy of this policy transformed by an operation. |