UChaosCache::EndRecord

End the recording 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 EndRecord
(
    FCacheUserToken & InOutToken
)

Remarks

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

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