Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache
Inheritance Hierarchy
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
Include | #include "DerivedDataCacheRecord.h" |
Syntax
class FOptionalCacheRecord : private [UE::DerivedData::FCacheRecord](API\Developer\DerivedDataCache\FCacheRecord)
Remarks
A cache record that can be null.
Constructors
Type | Name | Description |
---|---|---|
FOptionalCacheRecord () | ||
FOptionalCacheRecord ( FCacheRecord&& InRecord ) | ||
FOptionalCacheRecord ( const FCacheRecord& InRecord ) |
Functions
Type | Name | Description |
---|---|---|
const FCache... | 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 |
---|---|---|
operator bool () | ||
FOptionalCac... | operator= ( FCacheRecord&& InRecord ) | |
FOptionalCac... | operator= ( const FCacheRecord& InRecord ) |