TexturePaintHelpers::DoesMeshComponentUseTexture

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

Unreal Engine C++ API Reference > Editor > MeshPaint > TexturePaintHelpers

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/TexturePaintHelpers.h
Include #include "TexturePaintHelpers.h"
Source /Engine/Source/Editor/MeshPaint/Private/TexturePaintHelpers.cpp
static bool DoesMeshComponentUseTexture
(
    [UMeshComponent](API\Runtime\Engine\Components\UMeshComponent) * MeshComponent,
    [UTexture](API\Runtime\Engine\Engine\UTexture) * Texture
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library