Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UTexture2D
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 |
bool HasSameSourceArt
&40;
UTexture2D &42; InTexture
&41;
Remarks
See if the source art of the two textures matches... bool true if they matche, false if not
Parameters
Name | Description |
---|---|
InTexture | The texture to compare it to |