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