Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoElementBase > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoElementBase/UpdateLineTraceS-
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual bool UpdateLineTraceState
&40;
const UGizmoViewContext &42; ViewContext,
const FVector & InLocalCenter,
FLineTraceTraversalState & InOutRenderState,
bool & bOutHasAlignRot,
FQuat & OutAlignRot
&41;
Remarks
Update line trace state during line trace traversal, determines the current state for this element Same parameters as UpdateLineTraceState above plus two output parameters:
Parameters
| Name | Description |
|---|---|
| bOutHasAlignRot | whether alignment rotation was applied to output state |
| OutAlignRot | alignment rotation applied to output state, if applicable. |