UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FkDOPBuildCollisionTriangle< KDOP_IDX_TYPE > Struct Template Reference

#include <kDOP.h>

Public Member Functions

FVector4 GetCentroid () const
 
FVector4 GetLocalNormal () const
 
 FkDOPBuildCollisionTriangle (KDOP_IDX_TYPE InMaterialIndex, const FVector4 &vert0, const FVector4 &vert1, const FVector4 &vert2)
 
FVector4 GetCentroid () const
 
FVector4 GetLocalNormal () const
 
 FkDOPBuildCollisionTriangle (KDOP_IDX_TYPE InMaterialIndex, const FVector4 &vert0, const FVector4 &vert1, const FVector4 &vert2)
 

Public Attributes

FVector4 V0
 
FVector4 V1
 
FVector4 V2
 
KDOP_IDX_TYPE MaterialIndex
 

Constructor & Destructor Documentation

◆ FkDOPBuildCollisionTriangle() [1/2]

template<typename KDOP_IDX_TYPE >
FkDOPBuildCollisionTriangle< KDOP_IDX_TYPE >::FkDOPBuildCollisionTriangle ( KDOP_IDX_TYPE  InMaterialIndex,
const FVector4 vert0,
const FVector4 vert1,
const FVector4 vert2 
)
inline

Sets the indices, material index, calculates the centroid using the specified triangle vertex positions

◆ FkDOPBuildCollisionTriangle() [2/2]

template<typename KDOP_IDX_TYPE >
FkDOPBuildCollisionTriangle< KDOP_IDX_TYPE >::FkDOPBuildCollisionTriangle ( KDOP_IDX_TYPE  InMaterialIndex,
const FVector4 vert0,
const FVector4 vert1,
const FVector4 vert2 
)
inline

Sets the indices, material index, calculates the centroid using the specified triangle vertex positions

Member Function Documentation

◆ GetCentroid() [1/2]

template<typename KDOP_IDX_TYPE >
FVector4 FkDOPBuildCollisionTriangle< KDOP_IDX_TYPE >::GetCentroid ( ) const
inline

◆ GetCentroid() [2/2]

template<typename KDOP_IDX_TYPE >
FVector4 FkDOPBuildCollisionTriangle< KDOP_IDX_TYPE >::GetCentroid ( ) const
inline

◆ GetLocalNormal() [1/2]

template<typename KDOP_IDX_TYPE >
FVector4 FkDOPBuildCollisionTriangle< KDOP_IDX_TYPE >::GetLocalNormal ( ) const
inline

◆ GetLocalNormal() [2/2]

template<typename KDOP_IDX_TYPE >
FVector4 FkDOPBuildCollisionTriangle< KDOP_IDX_TYPE >::GetLocalNormal ( ) const
inline

Member Data Documentation

◆ MaterialIndex

The material of this triangle

◆ V0

First vertex in the triangle

◆ V1

Second vertex in the triangle

◆ V2

Third vertex in the triangle


The documentation for this struct was generated from the following files: