Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidgetInteractionComponent
| Name | FWidgetTraceResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/WidgetInteractionComponent.h |
| Include Path | #include "Components/WidgetInteractionComponent.h" |
Syntax
struct FWidgetTraceResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetTraceResult() |
Components/WidgetInteractionComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bWasHit | bool | Components/WidgetInteractionComponent.h | ||
| HitResult | FHitResult | Components/WidgetInteractionComponent.h | ||
| HitWidgetComponent | UWidgetComponent * | Components/WidgetInteractionComponent.h | ||
| HitWidgetPath | FWidgetPath | Components/WidgetInteractionComponent.h | ||
| LineEndLocation | FVector | Components/WidgetInteractionComponent.h | ||
| LineStartLocation | FVector | Components/WidgetInteractionComponent.h | ||
| LocalHitLocation | FVector2D | Components/WidgetInteractionComponent.h |