IMeshPainter::GetMeshAdapterForComponent

Tries to retrieves a valid mesh adapter for the given component (derived painters can cache these hence no base implementation)

Windows
MacOS
Linux

References

Module

MeshPaint

Header

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

Include

#include "IMeshPainter.h"

Syntax

TSharedPtr< IMeshPaintGeometryAdapter > GetMeshAdapterForComponent
(
    const UMeshComponent * Component
)

Remarks

Tries to retrieves a valid mesh adapter for the given component (derived painters can cache these hence no base implementation)

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