7#include "MeshVertexPainter.generated.h"
9class UStaticMeshComponent;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EVertexPaintAxis
Definition MeshVertexPainter.h:13
#define UENUM(...)
Definition ObjectMacros.h:749
Definition MeshVertexPainter.h:21
static ENGINE_API void RemovePaintedVertices(UStaticMeshComponent *StaticMeshComponent)
Definition MeshVertexPainter.cpp:119
static ENGINE_API void PaintVerticesLerpAlongAxis(UStaticMeshComponent *StaticMeshComponent, const FLinearColor &StartColor, const FLinearColor &EndColor, EVertexPaintAxis Axis, bool bConvertToSRGB=true)
Definition MeshVertexPainter.cpp:50
static ENGINE_API void PaintVerticesSingleColor(UStaticMeshComponent *StaticMeshComponent, const FLinearColor &FillColor, bool bConvertToSRGB=true)
Definition MeshVertexPainter.cpp:11