Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/UChaosCache
Description
End the recording session for the cache. At this point the cache is deemed to now contain all of the required data from the recording session and can then be post-processed and optimized which may involve key elimination and compression into a final format for runtime
| Name | EndRecord |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include Path | #include "Chaos/ChaosCache.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/ChaosCache.cpp |
void EndRecord
(
FCacheUserToken & InOutToken
)
Parameters
| Name | Remarks |
|---|---|
| InOutToken | The token that was given by BeginRecord |