FPhysicsSolverAdvanceSubsteppingTask

Task responsible for processing the command buffer of a single solver and advancing it the specified number of times, by the specified delta time.

Windows
MacOS
Linux

References

Module

ChaosSolvers

Header

/Engine/Source/Runtime/Experimental/ChaosSolvers/Public/Framework/PhysicsTickTask.h

Include

#include "Framework/PhysicsTickTask.h"

Syntax

class FPhysicsSolverAdvanceSubsteppingTask

Remarks

Task responsible for processing the command buffer of a single solver and advancing it the specified number of times, by the specified delta time.

Constructors

Name Description

Public function

FPhysicsSolverAdvanceSubsteppingTask

(
    Chaos::FPhysicsSolver* InSolve...,
    int32 NumIterations,
    float InDtPerIteration
)

Functions

Name Description

Public function

void

 

DoTask

(
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef& MyCompletion...
)

Public function Static

ENamedThread...

 

GetDesiredThread()

Public function Const

TStatId

 

GetStatId()

Public function Static

ESubsequents...

 

GetSubsequentsMode()

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