Navigation
Unreal Engine C++ API Reference > Developer > NaniteUtilities
References
Module | NaniteUtilities |
Header | /Engine/Source/Developer/NaniteUtilities/Public/LerpVert.h |
Include | #include "LerpVert.h" |
Syntax
struct FLerpVert
Remarks
Lerpable version of FStaticMeshBuildVertex.
Variables
Type | Name | Description |
---|---|---|
FLinearColor | Color | |
FVector3f | Position | |
FVector3f | TangentX | |
FVector3f | TangentY | |
FVector3f | TangentZ | |
FVector2f[MAX_S... | UVs |
Constructors
Type | Name | Description |
---|---|---|
FLerpVert () | ||
FLerpVert ( FStaticMeshBuildVertex In ) |
Operators
Type | Name | Description |
---|---|---|
operator FStaticMeshBuildVertex () | ||
FLerpVert | operator* ( const float a ) | |
FLerpVert & | operator+= ( const FLerpVert& Other ) |