IMeshPainter::RenderInteractorWidget

Functionality for rendering the interactor widget given its positional information and paint action

Windows
MacOS
Linux

References

Module

MeshPaint

Header

/Engine/Source/Editor/MeshPaint/Public/IMeshPainter.h

Include

#include "IMeshPainter.h"

Source

/Engine/Source/Editor/MeshPaint/Private/IMeshPainter.cpp

Syntax

virtual void RenderInteractorWidget
(
    const FVector & InCameraOrigin,
    const FVector & InRayOrigin,
    const FVector & InRayDirection,
    FPrimitiveDrawInterface * PDI,
    EMeshPaintAction PaintAction,
    bool bRenderVertices,
    ESceneDepthPriorityGroup DepthGroup
)

Remarks

Functionality for rendering the interactor widget given its positional information and paint action

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