Navigation
API > API/Runtime > API/Runtime/Engine
Properties of a clipped static mesh face.
| Name | FClipSMFace |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include Path | #include "GeomTools.h" |
Syntax
struct FClipSMFace
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverrideTangentBasis | bool | GeomTools.h | ||
| ColorGradient | FMatrix | GeomTools.h | ||
| FaceNormal | FVector | GeomTools.h | ||
| MaterialIndex | int32 | GeomTools.h | ||
| NumUVs | int32 | GeomTools.h | ||
| SmoothingMask | uint32 | GeomTools.h | ||
| TangentXGradient | FMatrix | GeomTools.h | ||
| TangentYGradient | FMatrix | GeomTools.h | ||
| TangentZGradient | FMatrix | GeomTools.h | ||
| UVGradient | FMatrix | GeomTools.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFace
(
const FClipSMFace& OtherFace |
GeomTools.h |