You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: