sideeffects/HoudiniNiagara

HoudiniNiagara ver- 2.5.0 warning occurred

Opened this issue · 1 comments

Hi.
During the build, the following warning occurred.

UE ver- 5.3
HoudiniNiagara ver- 2.5.0
Visual Studio ver- 2022

NiagaraDataInterfaceHoudini.cpp 4042,4043,4045 line

Severity Code Description Project File Line Suppression State
Warning C4996 'FRWBuffer::Initialize': Initialize now requires a command list. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. UE5 ...\Engine\Plugins\FX\HoudiniNiagara\Source\HoudiniNiagara\Private\NiagaraDataInterfaceHoudini.cpp 4042

Warning C4996 'RHILockBuffer': RHILockBuffer is deprecated. Use FRHICommandListBase::LockBuffer instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. UE5 ...\Engine\Plugins\FX\HoudiniNiagara\Source\HoudiniNiagara\Private\NiagaraDataInterfaceHoudini.cpp 4043

Warning C4996 'RHIUnlockBuffer': RHIUnlockBuffer is deprecated. Use FRHICommandListBase::UnlockBuffer instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. UE5 ...\Engine\Plugins\FX\HoudiniNiagara\Source\HoudiniNiagara\Private\NiagaraDataInterfaceHoudini.cpp 4045

Please confirm the warning.

NEdhof commented

Same with the latest UE hotfix (5.3.2)