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

#include <WidgetInteractionComponent.h>

Public Member Functions

 FWidgetTraceResult ()
 

Public Attributes

FHitResult HitResult
 
FVector2D LocalHitLocation
 
UWidgetComponentHitWidgetComponent
 
FWidgetPath HitWidgetPath
 
bool bWasHit
 
FVector LineStartLocation
 
FVector LineEndLocation
 

Constructor & Destructor Documentation

◆ FWidgetTraceResult()

UWidgetInteractionComponent::FWidgetTraceResult::FWidgetTraceResult ( )
inline

Member Data Documentation

◆ bWasHit

bool UWidgetInteractionComponent::FWidgetTraceResult::bWasHit

◆ HitResult

FHitResult UWidgetInteractionComponent::FWidgetTraceResult::HitResult

◆ HitWidgetComponent

UWidgetComponent* UWidgetInteractionComponent::FWidgetTraceResult::HitWidgetComponent

◆ HitWidgetPath

FWidgetPath UWidgetInteractionComponent::FWidgetTraceResult::HitWidgetPath

◆ LineEndLocation

FVector UWidgetInteractionComponent::FWidgetTraceResult::LineEndLocation

◆ LineStartLocation

FVector UWidgetInteractionComponent::FWidgetTraceResult::LineStartLocation

◆ LocalHitLocation

FVector2D UWidgetInteractionComponent::FWidgetTraceResult::LocalHitLocation

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