Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecordPolicyBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct a policy builder that uses the default policy as its base policy. | DerivedDataCachePolicy.h | ||
FCacheRecordPolicyBuilder
(
ECachePolicy Policy |
Construct a policy builder that uses the provided policy for the record and values with no override. | DerivedDataCachePolicy.h |
FCacheRecordPolicyBuilder()
Description
Construct a policy builder that uses the default policy as its base policy.
| Name | FCacheRecordPolicyBuilder |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCachePolicy.h |
| Include Path | #include "DerivedDataCachePolicy.h" |
FCacheRecordPolicyBuilder()
FCacheRecordPolicyBuilder(ECachePolicy)
Description
Construct a policy builder that uses the provided policy for the record and values with no override.
| Name | FCacheRecordPolicyBuilder |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCachePolicy.h |
| Include Path | #include "DerivedDataCachePolicy.h" |
FCacheRecordPolicyBuilder
(
ECachePolicy Policy
)