Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/UChaosCache
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include | #include "Chaos/ChaosCache.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/ChaosCache.cpp |
void EndPlayback
&40;
FCacheUserToken & InOutToken
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| InOutToken | The token that was given by BeginRecord |