Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HoudiniNiagara ver- 2.5.0 warning occurred #50

Open
Duranta opened this issue Nov 17, 2023 · 1 comment
Open

HoudiniNiagara ver- 2.5.0 warning occurred #50

Duranta opened this issue Nov 17, 2023 · 1 comment

Comments

@Duranta
Copy link

Duranta commented Nov 17, 2023

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
Copy link

NEdhof commented Nov 20, 2023

Same with the latest UE hotfix (5.3.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants