UTexture2D::GetSourceArtCRC

Get the CRC of the source art pixels.

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 GetSourceArtCRC
(
    uint32 & OutSourceCRC
)

Remarks

Get the CRC of the source art pixels.

Returns

bool true if successful, false if failed (or no source art)

Parameters

Parameter

Description

OutSourceCRC

The CRC value of the source art pixels.

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