FGeometryCacheVertexInfo

Stores info on the attributes of a vertex in a mesh

Windows
MacOS
Linux

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheMeshData.h

Include

#include "GeometryCacheMeshData.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FGeometryCacheVertexInfo

Remarks

Stores info on the attributes of a vertex in a mesh

Variables

Name Description

Public variable

bool

 

bConstantColor0

Public variable

bool

 

bConstantIndices

Public variable

bool

 

bConstantUV0

Public variable

bool

 

bHasColor0

Public variable

bool

 

bHasMotionVectors

Public variable

bool

 

bHasTangentX

Info on which attributes are present or valid

Public variable

bool

 

bHasTangentZ

Public variable

bool

 

bHasUV0

Constructors

Name Description

Public function

FGeometryCacheVertexInfo()

Public function

FGeometryCacheVertexInfo

(
    bool bSetTangentX,
    bool bSetTangentZ,
    bool bSetUV0,
    bool bSetColor0,
    bool bSetMotionVectors0
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss