Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoCircleComponent
- UPrimitiveComponent::LineTraceComponent()
- UGizmoCircleComponent::LineTraceComponent()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoCircleComponent.h |
| Include | #include "BaseGizmos/GizmoCircleComponent.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoCircleComponent.cpp |
virtual bool LineTraceComponent
&40;
FHitResult & OutHit,
const FVector Start,
const FVector End,
const FCollisionQueryParams & Params
&41;
Remarks
Trace a ray against just this component. true if a hit is found
Parameters
| Name | Description |
|---|---|
| OutHit | Information about hit against this component, if true is returned |
| Start | Start location of the ray |
| End | End location of the ray |
| Params | Additional parameters used for the trace |