Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FChaosSolversModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< Chaos::FPhysicsSolverBase * > GetSolversMutable
(
const UObject* InOwner |
Non-const access to the solver array is private - only the module should ever modify the storage lists | ChaosSolversModule.h | |
void GetSolversMutable
(
const UObject* InOwner, |
ChaosSolversModule.h |
GetSolversMutable(const UObject *)
Description
Non-const access to the solver array is private - only the module should ever modify the storage lists
| Name | GetSolversMutable |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosSolversModule.h |
| Include Path | #include "ChaosSolversModule.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/ChaosSolversModule.cpp |
TArray < Chaos::FPhysicsSolverBase * > GetSolversMutable
(
const UObject * InOwner
)
GetSolversMutable(const UObject , TArray< Chaos::FPhysicsSolverBase > &)
| Name | GetSolversMutable |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosSolversModule.h |
| Include Path | #include "ChaosSolversModule.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/ChaosSolversModule.cpp |
void GetSolversMutable
(
const UObject * InOwner,
TArray < Chaos::FPhysicsSolverBase * > & OutSolvers
)