IGizmoAxisSource::GetAxisFrame

Utility function that always returns a 3D coordinate system (ie plane normal and perpendicular axes).

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h

Include

#include "BaseGizmos/GizmoInterfaces.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseGizmos/GizmoInterfaces.cpp

Syntax

void GetAxisFrame
(
    FVector & PlaneNormalOut,
    FVector & PlaneAxis1Out,
    FVector & PlaneAxis2Out
) const

Remarks

Utility function that always returns a 3D coordinate system (ie plane normal and perpendicular axes). Internally calls GetTangentVectors() if available, otherwise constructs arbitrary mutually perpendicular vectors.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss