Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FClipSMFace
- FClipSMPolygon
- FClipSMTriangle
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
Include | #include "GeomTools.h" |
Syntax
struct FClipSMFace
Remarks
Properties of a clipped static mesh face.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bOverrideTangentBasis | |
![]() |
FMatrix | ColorGradient | |
![]() |
FVector | FaceNormal | |
![]() |
int32 | MaterialIndex | |
![]() |
int32 | NumUVs | |
![]() |
uint32 | SmoothingMask | |
![]() |
FMatrix | TangentXGradient | |
![]() |
FMatrix | TangentYGradient | |
![]() |
FMatrix | TangentZGradient | |
![]() |
FMatrix[8] | UVGradient |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | CopyFace
(
const FClipSMFace& OtherFace |