FTriIndices

Vertex indices necessary to describe the vertices listed in TriMeshCollisionData.

Choose your operating system:

Windows

macOS

Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/Interface_CollisionDataProviderCore.h

Include

#include "Interface_CollisionDataProviderCore.h"

Syntax

struct FTriIndices

Remarks

Vertex indices necessary to describe the vertices listed in TriMeshCollisionData.

Variables

Name Description

Public variable

int32

 

v0

Public variable

int32

 

v1

Public variable

int32

 

v2

Constructors

Name Description

Public function

FTriIndices()