UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMorphGPUSkinVertex Struct Reference

#include <SkeletalRenderGPUSkin.h>

Public Member Functions

 FMorphGPUSkinVertex ()
 
 FMorphGPUSkinVertex (const FVector3f &InDeltaPosition, const FVector3f &InDeltaTangentZ)
 

Public Attributes

FVector3f DeltaPosition
 
FVector3f DeltaTangentZ
 

Detailed Description

morph target mesh data for a single vertex delta

Constructor & Destructor Documentation

◆ FMorphGPUSkinVertex() [1/2]

FMorphGPUSkinVertex::FMorphGPUSkinVertex ( )
inline

◆ FMorphGPUSkinVertex() [2/2]

FMorphGPUSkinVertex::FMorphGPUSkinVertex ( const FVector3f InDeltaPosition,
const FVector3f InDeltaTangentZ 
)
inline

Construct for special case

Member Data Documentation

◆ DeltaPosition

FVector3f FMorphGPUSkinVertex::DeltaPosition

◆ DeltaTangentZ

FVector3f FMorphGPUSkinVertex::DeltaTangentZ

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