UChaosCache::EndPlayback

End a playback session for the cache.

Windows
MacOS
Linux

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

Syntax

void EndPlayback
(
    FCacheUserToken & InOutToken
)

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

Parameter

Description

InOutToken

The token that was given by BeginRecord

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss