Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/InfoTypes.h |
| Include | #include "DynamicMesh/InfoTypes.h" |
Syntax
struct FVertexInfo
Remarks
FVertexInfo stores information about vertex attributes - position, normal, color, UV
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHaveC | ||
| bool | bHaveN | ||
| bool | bHaveUV | ||
| FVector3f | Color | ||
| FVector3f | Normal | ||
| FVector3d | Position | ||
| FVector2f | UV |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVertexInfo () |
|||
FVertexInfo
(
const FVector3d& PositionIn |
|||
FVertexInfo
(
const FVector3d& PositionIn, |
|||
FVertexInfo
(
const FVector3d& PositionIn, |
|||
FVertexInfo
(
const FVector3d& PositionIn, |