FComponentCacheAdapter::Playback_PreSolve

Called by a cache observer actor when a cache needs to be applied to a component through this adapter.

Windows
MacOS
Linux

Override Hierarchy

References

Module

ChaosCaching

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/CacheAdapter.h

Include

#include "Chaos/Adapters/CacheAdapter.h"

Syntax

void Playback_PreSolve
(
    UPrimitiveComponent * InComponent,
    UChaosCache * InCache,
    Chaos::FReal InTime,
    FPlaybackTickRecord & TickRecord,
    TArray< TPBDRigidParticleHandle< Chaos::FReal, 3 > * > & OutUpdatedRigids
) const

Remarks

Called by a cache observer actor when a cache needs to be applied to a component through this adapter. The time provided is the absolute time from the beginning of the cache playback that the adapter is expected to apply to the supplied component.

this is called on the physics thread.

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