FSubStepInfo

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/Framework/PhysicsSolverBase.h"

Syntax

struct FSubStepInfo

Variables

Name Description

Public variable

int32

 

NumSteps

Public variable

FReal

 

PseudoFraction

This is NOT Step / NumSteps, this is to allow for kinematic target interpolation which uses its own logic.

Public variable

int32

 

Step

Constructors

Name Description

Public function

FSubStepInfo()

Public function

FSubStepInfo

(
    const FReal InPseudoFraction,
    const int32 InStep,
    const int32 InNumSteps
)

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