Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/kDOP.h |
| Include | #include "kDOP.h" |
Syntax
template<typename KDOP_IDX_TYPE>
struct FkDOPBuildCollisionTriangle
Remarks
This structure is used during the build process. It contains the triangle's centroid for calculating which plane it should be split or not with
Variables
| Type | Name | Description | |
|---|---|---|---|
| KDOP_IDX_TYPE | MaterialIndex | The material of this triangle | |
| FVector4 | V0 | First vertex in the triangle | |
| FVector4 | V1 | Second vertex in the triangle | |
| FVector4 | V2 | Third vertex in the triangle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FkDOPBuildCollisionTriangle
(
KDOP_IDX_TYPE InMaterialIndex, |
Sets the indices, material index, calculates the centroid using the specified triangle vertex positions | ||
FkDOPBuildCollisionTriangle
(
KDOP_IDX_TYPE InMaterialIndex, |
Sets the indices, material index, calculates the centroid using the specified triangle vertex positions |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector4 | GetCentroid () |
||
| FVector4 | GetCentroid () |
||
| FVector4 | |||
| FVector4 |