Description

From the UDN: 

Open HapticsFeedbackEffect.cpp and naivgate ~ line 150; note HapticBuffer has length populated but never write the actual buffer data.
LikeReplySelect as Best
 
Seems like a simple fix to just initialize the RawBuffer value there correctly. Something like this perhaps: 

// Copy the raw buffer to the haptic buffer
FMemory::Memcpy(const_cast<uint8*>(HapticBuffer.RawData), RawData.GetData(), RawData.Num()) 
Steps to Reproduce

1. Open UHapticFeedbackEffect_SoundWave::Initialize in HapticsFeedbackEffect.cpp
2. Notice that the HapticBuffer has a length set, but never any actual data. 

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-219752 in the post.

0
Login to Vote

Unresolved
ComponentUE - Platform - XR
Affects Versions5.45.5
Target Fix5.5
CreatedJul 19, 2024
UpdatedJul 24, 2024
View Jira Issue