FComponentCacheAdapter::GetComponentSolver

Called to retrieve the solver for a specific component.

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

Chaos::FPhysicsSolver * GetComponentSolver
(
    UPrimitiveComponent * InComponent
) const

Remarks

Called to retrieve the solver for a specific component. Required until a more generic method of solver binding for components is devised. #BGTODO Remove when multiple solver concept moved into primitive component

Parameters

Parameter

Description

InComponent

Component to resolve the solver for

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