Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/FStaticMeshCacheAdapter
Description
Called to retrieve the base events solver for a specific component. If the component is requiring it the solver could be rebuilt.
Virtual Inheritance
- FComponentCacheAdapter::BuildEventsSolver → FStaticMeshCacheAdapter::BuildEventsSolver
| Name | BuildEventsSolver |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/StaticMeshComponentCacheAdapter.h |
| Include Path | #include "Chaos/Adapters/StaticMeshComponentCacheAdapter.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/Adapters/StaticMeshComponentCacheAdapter.cpp |
virtual Chaos::FPhysicsSolverEvents * BuildEventsSolver
(
UPrimitiveComponent * InComponent
) const
Parameters
| Name | Remarks |
|---|---|
| InComponent | Component to resolve the solver for |