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

#include <CheatManager.h>

Public Member Functions

 FDebugTraceInfo ()
 

Public Attributes

FVector LineTraceStart
 
FVector LineTraceEnd
 
FVector HitNormalStart
 
FVector HitNormalEnd
 
FVector HitImpactNormalEnd
 
FVector HitLocation
 
float CapsuleHalfHeight
 
float CapsuleRadius
 
uint32 bInsideOfObject:1
 

Detailed Description

Debug Trace info for capturing

Constructor & Destructor Documentation

◆ FDebugTraceInfo()

FDebugTraceInfo::FDebugTraceInfo ( )
inline

Member Data Documentation

◆ bInsideOfObject

uint32 FDebugTraceInfo::bInsideOfObject

◆ CapsuleHalfHeight

float FDebugTraceInfo::CapsuleHalfHeight

◆ CapsuleRadius

float FDebugTraceInfo::CapsuleRadius

◆ HitImpactNormalEnd

FVector FDebugTraceInfo::HitImpactNormalEnd

◆ HitLocation

FVector FDebugTraceInfo::HitLocation

◆ HitNormalEnd

FVector FDebugTraceInfo::HitNormalEnd

◆ HitNormalStart

FVector FDebugTraceInfo::HitNormalStart

◆ LineTraceEnd

FVector FDebugTraceInfo::LineTraceEnd

◆ LineTraceStart

FVector FDebugTraceInfo::LineTraceStart

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