FPBDSuspensionSettings

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/PBDSuspensionConstraintTypes.h"

Syntax

class FPBDSuspensionSettings

Variables

Name Description

Public variable

FVec3

 

Axis

Public variable

bool

 

Enabled

Public variable

FReal

 

HardstopStiffness

Public variable

FReal

 

HardstopVelocityCompensation

Public variable

FReal

 

MaxLength

Public variable

FReal

 

MinLength

Public variable

FReal

 

SpringDamping

Public variable

FReal

 

SpringPreload

Public variable

FReal

 

SpringStiffness

Public variable

FVec3

 

Target

Constructors

Name Description

Public function

FPBDSuspensionSettings()

Public function

FPBDSuspensionSettings

(
    bool InEnabled,
    FReal InHardstopStiffness,
    FReal InHardstopVelocityCompensatio...,
    FReal InSpringPreload,
    FReal InSpringStiffness,
    FReal InDamping,
    FReal InMinLength,
    FReal InMaxLength,
    const FVec3& InAxis,
    const FVec3& InTarget
)

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