Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataChunk.h |
Include | #include "DerivedDataChunk.h" |
Syntax
struct TChunkEqual
Remarks
Binary predicate that compares chunks by key, then value ID, then raw offset.
Operators
Type | Name | Description |
---|---|---|
bool | operator() ( ChunkTypeA&& A, ChunkTypeB&& B ) |