View Issue Details

IDProjectCategoryView StatusLast Update
0002097NoesisGUIUnrealpublic2021-09-03 12:38
Reporterhcpizzi Assigned Tohcpizzi  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.1.0 
Target Version3.1.1Fixed in Version3.1.1 
Summary0002097: Warnings compiling plugin
Description

We noticed some warnings that we would like to bring to your attention:


Plugins/NoesisGUI/Source/NoesisRuntime/Private/NoesisMediaPlayer.cpp(240): 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.
Plugins/NoesisGUI/Source/NoesisRuntime/Private/Render/NoesisRenderDevice.cpp(874): 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.
Plugins/NoesisGUI/Source/NoesisRuntime/Private/Render/NoesisRenderDevice.cpp(882): 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.
Plugins/NoesisGUI/Source/NoesisRuntime/Private/Render/NoesisRenderDevice.cpp(904): 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.
Plugins/NoesisGUI/Source/NoesisRuntime/Private/Render/NoesisRenderDevice.cpp(919): 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.

PlatformAny

Activities

hcpizzi

hcpizzi

2021-09-03 12:38

developer   ~0007405

Fixed this and other build problems.

Issue History

Date Modified Username Field Change
2021-08-30 17:34 sfernandez New Issue
2021-08-30 17:36 sfernandez Reporter sfernandez => hcpizzi
2021-08-30 17:36 sfernandez Assigned To => hcpizzi
2021-08-30 17:36 sfernandez Status new => assigned
2021-08-30 17:36 sfernandez Target Version => 3.1.1
2021-08-30 17:36 sfernandez View Status private => public
2021-09-03 12:38 hcpizzi Status assigned => resolved
2021-09-03 12:38 hcpizzi Resolution open => fixed
2021-09-03 12:38 hcpizzi Fixed in Version => 3.1.1
2021-09-03 12:38 hcpizzi Note Added: 0007405