UTexturePaintToolset::DoesMeshComponentUseTexture

Checks whether or not the given MeshComponent's materials use the specified texture

Windows
MacOS
Linux

References

Module

MeshPaintingToolset

Header

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

Include

#include "TexturePaintToolset.h"

Source

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

Syntax

static bool DoesMeshComponentUseTexture
(
    UMeshComponent * MeshComponent,
    UTexture * Texture
)

Remarks

Checks whether or not the given MeshComponent's materials use the specified texture

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