FClothCollisionPrim_Convex

Data for a single convex element A convex is a collection of planes, in which the clothing will attempt to stay outside of the shape created by the planes combined.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeInterface

Header

/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothCollisionPrim.h

Include

#include "ClothCollisionPrim.h"

Syntax

struct FClothCollisionPrim_Convex

Remarks

Data for a single convex element A convex is a collection of planes, in which the clothing will attempt to stay outside of the shape created by the planes combined.

Variables

Name Description

Public variable

int32

 

BoneIndex

Public variable

TArray< FClothC...

 

Faces

Public variable

TArray< FVector...

 

SurfacePoints

Constructors

Name Description

Public function

FClothCollisionPrim_Convex()

Deprecated Variables

Name Description

Public variable

TArray< FPlane ...

 

Planes_DEPRECATED

Deprecated Functions

Name Description

Public function

void

 

RebuildSurfacePoints()

RebuildSurfacePoints is now deprecated as it doesn't provide enough data to regenerate the indices required by FKConvexElem and FConvex.

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