Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/FComponentCacheAdapter
Description
Called to retrieve the rigid solver for a specific component if it exists. Required until a more generic method of solver binding for components is devised. #BGTODO Remove when multiple solver concept moved into primitive component
Derived Overrides
| Name | GetComponentSolver |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/CacheAdapter.h |
| Include Path | #include "Chaos/Adapters/CacheAdapter.h" |
Chaos::FPhysicsSolver * GetComponentSolver
(
UPrimitiveComponent * InComponent
) const
Parameters
| Name | Remarks |
|---|---|
| InComponent | Component to resolve the solver for |