AGizmoActor::AddDefaultRectangleComponent

Add standard rectangle component to Actor, generally used for plane-translation

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 UGizmoRectangleComponent * AddDefaultRectangleComponent
(
    UWorld * World,
    AActor * Actor,
    const FLinearColor & Color,
    const FVector & PlaneAxis1,
    const FVector & PlaneAxisx2
)

Remarks

Add standard rectangle component to Actor, generally used for plane-translation

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