UGizmoHandleGroup::UpdateGizmoHandleGroup

Updates the Gizmo handles, needs to be implemented by derived classes

Windows
MacOS
Linux

References

Module

ViewportInteraction

Header

/Engine/Source/Editor/ViewportInteraction/Public/VIGizmoHandle.h

Include

#include "VIGizmoHandle.h"

Source

/Engine/Source/Editor/ViewportInteraction/Gizmo/VIGizmoHandle.cpp

Syntax

virtual void UpdateGizmoHandleGroup
(
    const FTransform & LocalToWorld,
    const FBox & LocalBounds,
    const FVector ViewLocation,
    const bool bAllHandlesVisible,
    class UActorComponent * DraggingHandle,
    const TArray< UActorComponent * > & HoveringOverHandles,
    float AnimationAlpha,
    float GizmoScale,
    const float GizmoHoverScale,
    const float GizmoHoverAnimationDuration,
    bool & bOutIsHoveringOrDraggingThisHandleGroup
)

Remarks

Updates the Gizmo handles, needs to be implemented by derived classes

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