UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FVertexInfo Struct Reference

#include <InfoTypes.h>

Public Member Functions

 FVertexInfo ()=default
 
 FVertexInfo (const FVector3d &PositionIn)
 
 FVertexInfo (const FVector3d &PositionIn, const FVector3f &NormalIn)
 
 FVertexInfo (const FVector3d &PositionIn, const FVector3f &NormalIn, const FVector3f &ColorIn)
 
 FVertexInfo (const FVector3d &PositionIn, const FVector3f &NormalIn, const FVector3f &ColorIn, const FVector2f &UVIn)
 

Public Attributes

FVector3d Position { FVector3d::Zero() }
 
FVector3f Normal { FVector3f::Zero() }
 
FVector3f Color { FVector3f::Zero() }
 
FVector2f UV { FVector2f::Zero() }
 
bool bHaveN {}
 
bool bHaveC {}
 
bool bHaveUV {}
 

Detailed Description

FVertexInfo stores information about vertex attributes - position, normal, color, UV

Constructor & Destructor Documentation

◆ FVertexInfo() [1/5]

UE::Geometry::FVertexInfo::FVertexInfo ( )
default

◆ FVertexInfo() [2/5]

UE::Geometry::FVertexInfo::FVertexInfo ( const FVector3d PositionIn)
inline

◆ FVertexInfo() [3/5]

UE::Geometry::FVertexInfo::FVertexInfo ( const FVector3d PositionIn,
const FVector3f NormalIn 
)
inline

◆ FVertexInfo() [4/5]

UE::Geometry::FVertexInfo::FVertexInfo ( const FVector3d PositionIn,
const FVector3f NormalIn,
const FVector3f ColorIn 
)
inline

◆ FVertexInfo() [5/5]

UE::Geometry::FVertexInfo::FVertexInfo ( const FVector3d PositionIn,
const FVector3f NormalIn,
const FVector3f ColorIn,
const FVector2f UVIn 
)
inline

Member Data Documentation

◆ bHaveC

bool UE::Geometry::FVertexInfo::bHaveC {}

◆ bHaveN

bool UE::Geometry::FVertexInfo::bHaveN {}

◆ bHaveUV

bool UE::Geometry::FVertexInfo::bHaveUV {}

◆ Color

FVector3f UE::Geometry::FVertexInfo::Color { FVector3f::Zero() }

◆ Normal

FVector3f UE::Geometry::FVertexInfo::Normal { FVector3f::Zero() }

◆ Position

FVector3d UE::Geometry::FVertexInfo::Position { FVector3d::Zero() }

◆ UV

FVector2f UE::Geometry::FVertexInfo::UV { FVector2f::Zero() }

The documentation for this struct was generated from the following file: