FComponentCacheAdapter::InitializeForPlayback

Called from the game thread to initialize a component and cache ready to playback a cache

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

bool InitializeForPlayback
(
    UPrimitiveComponent * InComponent,
    UChaosCache * InCache
) const

Remarks

Called from the game thread to initialize a component and cache ready to playback a cache

Parameters

Parameter

Description

InComponent

Target component to initialize

InCache

Target cache to initialize

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