Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/UChaosCache
Description
End a playback session for the cache. There can be multiple playback sessions open for a cache as long as there isn't a recording session. Calling EndPlayback with a valid open token will decrease the session count.
| Name | EndPlayback |
| 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 EndPlayback
(
FCacheUserToken & InOutToken
) const
Parameters
| Name | Remarks |
|---|---|
| InOutToken | The token that was given by BeginRecord |