AGizmoActor::AddDefaultLineHandleComponent

Add standard disk component to Actor, generally used for handles

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/GizmoActor.h"

Source

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

Syntax

static UGizmoLineHandleComponent * AddDefaultLineHandleComponent
(
    UWorld * World,
    AActor * Actor,
    const FLinearColor & Color,
    const FVector & PlaneNormal,
    const FVector & LocalDirection,
    const float Length,
    const bool bImageScale
)

Remarks

Add standard disk component to Actor, generally used for handles

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