FPhysicsSolverBase::PullPhysicsStateForEachDirtyProxy_External

Pulls physics state for each dirty particle and allows caller to do additional work if needed.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsSolverBase.h

Include

#include "Chaos/Framework/PhysicsSolverBase.h"

Source

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

Syntax

template<typename RigidLambda>
void PullPhysicsStateForEachDirtyProxy_External
(
    const RigidLambda & RigidFunc
)

Remarks

Used to update external thread data structures. RigidFunc allows per dirty rigid code to execute. Include PhysicsSolverBaseImpl.h to call this function

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