UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FModelHitState Class Reference

Public Member Functions

 FModelHitState (int32 InHitX, int32 InHitY)
 

Public Attributes

uint32 SurfaceIndex
 
float SurfaceW
 
bool bHitSurface
 
int32 HitX
 
int32 HitY
 

Detailed Description

The state of the model hit test.

Constructor & Destructor Documentation

◆ FModelHitState()

FModelHitState::FModelHitState ( int32  InHitX,
int32  InHitY 
)
inline

Initialization constructor.

Member Data Documentation

◆ bHitSurface

bool FModelHitState::bHitSurface

◆ HitX

int32 FModelHitState::HitX

◆ HitY

int32 FModelHitState::HitY

◆ SurfaceIndex

uint32 FModelHitState::SurfaceIndex

◆ SurfaceW

float FModelHitState::SurfaceW

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