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