Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecordPolicy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct a cache record policy that uses the default policy. | DerivedDataCachePolicy.h | ||
FCacheRecordPolicy
(
ECachePolicy BasePolicy |
Construct a cache record policy with a uniform policy for the record and every value. | DerivedDataCachePolicy.h |
FCacheRecordPolicy()
Description
Construct a cache record policy that uses the default policy.
| Name | FCacheRecordPolicy |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCachePolicy.h |
| Include Path | #include "DerivedDataCachePolicy.h" |
FCacheRecordPolicy()
FCacheRecordPolicy(ECachePolicy)
Description
Construct a cache record policy with a uniform policy for the record and every value.
| Name | FCacheRecordPolicy |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCachePolicy.h |
| Include Path | #include "DerivedDataCachePolicy.h" |
FCacheRecordPolicy
(
ECachePolicy BasePolicy
)