UTexture2D::HasSameSourceArt

See if the source art of the two textures matches...

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Texture2D.h

Include

#include "Engine/Texture2D.h"

Source

/Engine/Source/Runtime/Engine/Private/Texture2D.cpp

Syntax

bool HasSameSourceArt
(
    UTexture2D * InTexture
)

Remarks

See if the source art of the two textures matches...

Returns

bool true if they matche, false if not

Parameters

Parameter

Description

InTexture

The texture to compare it to

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