UTransformGizmo::GetRayParamIntersectionWithInteractionPlane

Return true if input ray intersects current interaction plane and return param along ray in OutHitParam

Unreal Engine C++ API Reference > Editor > EditorInteractiveToolsFramework > EditorGizmos > UTransformGizmo

References

   
Module EditorInteractiveToolsFramework
Header /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmo.h
Include #include "EditorGizmos/TransformGizmo.h"
Source /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/TransformGizmo.cpp
virtual bool GetRayParamIntersectionWithInteractionPlane
(
    const [FInputDeviceRay](API\Runtime\InteractiveToolsFramework\FInputDeviceRay) & InRay,
    float & OutHitParam
)

Remarks

Return true if input ray intersects current interaction plane and return param along ray in OutHitParam


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library