FClothConstraintSetupNv

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeNv

Header

/Engine/Source/Runtime/ClothingSystemRuntimeNv/Public/ClothConfigNv.h

Include

#include "ClothConfigNv.h"

Syntax

struct FClothConstraintSetupNv

Remarks

Container for a constraint setup, these can be horizontal, vertical, shear and bend.

Variables

Name Description

Public variable

float

 

CompressionLimit

The hard limit on how far this constraint can compress.

Public variable

float

 

Stiffness

How stiff this constraint is, this affects how closely it will follow the desired position.

Public variable

float

 

StiffnessMultiplier

A multiplier affecting the above value.

Public variable

float

 

StretchLimit

The hard limit on how far this constraint can stretch.

Constructors

Name Description

Public function

FClothConstraintSetupNv()

Functions

Name Description

Public function

void

 

MigrateFrom

(
    const FClothConstraintSetup_Legacy ...
)

Migrate from the legacy FClothConstraintSetup structure.

Public function Const

void

 

MigrateTo

(
    FClothConstraintSetup_Legacy& Setu...
)

Migrate to the legacy FClothConstraintSetup structure.

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