Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/Adapters > API/Plugins/ChaosCaching/Chaos/Adapters/FGeometryCollectionCacheAdapter
- FComponentCacheAdapter::InitializeForRecord()
- FGeometryCollectionCacheAdapter::InitializeForRecord()
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/GeometryCollectionComponentCacheAdapter.h |
| Include | #include "Chaos/Adapters/GeometryCollectionComponentCacheAdapter.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/Adapters/GeometryCollectionComponentCacheAdapter.cpp |
virtual bool InitializeForRecord
&40;
UPrimitiveComponent &42; InComponent,
UChaosCache &42; InCache
&41;
Remarks
Called from the game thread to initialize a component and cache ready to record a cache
Parameters
| Name | Description |
|---|---|
| InComponent | Target component to initialize |
| InCache | Target cache to initialize |