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

#include <MorphTarget.h>

Public Attributes

FVector3f PositionDelta = FVector3f::ZeroVector
 
FVector3f TangentZDelta = FVector3f::ZeroVector
 
uint32 SourceIdx = std::numeric_limits<uint32>::max()
 

Friends

FArchiveoperator<< (FArchive &Ar, FMorphTargetDelta &V)
 

Detailed Description

Morph mesh vertex data used for rendering

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FMorphTargetDelta V 
)
friend

pipe operator

old format of change in tangent basis normal

Member Data Documentation

◆ PositionDelta

FVector3f FMorphTargetDelta::PositionDelta = FVector3f::ZeroVector

change in position

◆ SourceIdx

uint32 FMorphTargetDelta::SourceIdx = std::numeric_limits<uint32>::max()

index of source vertex to apply deltas to

◆ TangentZDelta

FVector3f FMorphTargetDelta::TangentZDelta = FVector3f::ZeroVector

Tangent basis normal


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