FMeshPaintStaticMeshComponentAdapter::QueryPaintableTextures

Retrieves a list of textures which are suitable for painting

Windows
MacOS
Linux

Override Hierarchy

IMeshPaintComponentAdapter::QueryPaintableTextures()

FMeshPaintStaticMeshComponentAdapter::QueryPaintableTextures()

References

Module

MeshPaintingToolset

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintStaticMeshAdapter.h

Include

#include "MeshPaintStaticMeshAdapter.h"

Source

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/MeshPaintStaticMeshAdapter.cpp

Syntax

virtual void QueryPaintableTextures
(
    int32 MaterialIndex,
    int32 & OutDefaultIndex,
    TArray< struct FPaintableTexture > & InOutTextureList
)

Remarks

Retrieves a list of textures which are suitable for painting

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