Navigation
API > API/Developer > API/Developer/DerivedDataCache
Inheritance Hierarchy
- FCacheRecord
- FOptionalCacheRecord
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include | #include "DerivedDataCacheRecord.h" |
Syntax
class FOptionalCacheRecord : private UE::DerivedData::FCacheRecord
Remarks
A cache record that can be null.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOptionalCacheRecord
(
FCacheRecord&& InRecord |
|||
FOptionalCacheRecord
(
const FCacheRecord& InRecord |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FCacheRecord & | Get () |
Returns the cache record. The caller must check for null before using this accessor. | |
| FCacheRecord | Get () |
||
| bool | IsNull () |
||
| bool | IsValid () |
||
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOptionalCacheRecord & | operator=
(
FCacheRecord&& InRecord |
||
| FOptionalCacheRecord & | operator=
(
const FCacheRecord& InRecord |