Navigation
API > API/Runtime > API/Runtime/Chaos
Task responsible for processing the command buffer of a single solver and preparing data before solver task and callbacks are run
| Name | FPhysicsSolverProcessPushDataTask |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsSolverBase.h |
| Include Path | #include "Chaos/Framework/PhysicsSolverBase.h" |
Syntax
class FPhysicsSolverProcessPushDataTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPhysicsSolverProcessPushDataTask
(
FPhysicsSolverBase& InSolver, |
Chaos/Framework/PhysicsSolverBase.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PushData | FPushPhysicsData * | Chaos/Framework/PhysicsSolverBase.h | ||
| Solver | FPhysicsSolverBase & | Chaos/Framework/PhysicsSolverBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DoTask
(
ENamedThreads::Type CurrentThread, |
Chaos/Framework/PhysicsSolverBase.h | ||
TStatId GetStatId() |
Chaos/Framework/PhysicsSolverBase.h | ||
void ProcessPushData() |
Chaos/Framework/PhysicsSolverBase.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ENamedThreads::Type GetDesiredThread() |
Chaos/Framework/PhysicsSolverBase.h | ||
static ESubsequentsMode::Type GetSubsequentsMode() |
Chaos/Framework/PhysicsSolverBase.h |