Navigation
API > API/Developer > API/Developer/NaniteUtilities
Lerpable version of FStaticMeshBuildVertex.
| Name | FLerpVert |
| Type | struct |
| Header File | /Engine/Source/Developer/NaniteUtilities/Public/LerpVert.h |
| Include Path | #include "LerpVert.h" |
Syntax
struct FLerpVert
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLerpVert () |
LerpVert.h | ||
FLerpVert
(
FStaticMeshBuildVertex In |
LerpVert.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | LerpVert.h | ||
| Position | FVector3f | LerpVert.h | ||
| TangentX | FVector3f | LerpVert.h | ||
| TangentY | FVector3f | LerpVert.h | ||
| TangentZ | FVector3f | LerpVert.h | ||
| UVs | FVector2f | LerpVert.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FStaticMeshBuildVertex() |
LerpVert.h | ||
FLerpVert operator*
(
const float a |
LerpVert.h | ||
| LerpVert.h |