UAnimatedTexture5
UAnimatedTexture5 copied to clipboard
Compiling Error on UE 5.2
I'm receiving the following error when I try to rebuild my UE 5.2 project in Visual Studio with the plugin:
Plugins\AnimatedTexturePlugin\Source\AnimatedTexture\Private\AnimatedTexture2D.cpp(132): warning C4996: 'UTexture::Resource': Use GetResource() / SetResource() accessors instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
Any guidance would be greatly appreciated. Thanks!