FChaosSolversModule::GetSolvers

Read access to the current solver-state objects, be aware which thread owns this data when attempting to use this.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/ChaosSolversModule.h

Include

#include "ChaosSolversModule.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/ChaosSolversModule.cpp

Syntax

void GetSolvers
(
    const UObject * InOwner,
    TArray< const Chaos::FPhysicsSolverBase * > & OutSolvers
) const

Remarks

Read access to the current solver-state objects, be aware which thread owns this data when attempting to use this. Physics thread will query when spinning up to get current world state

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