UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHapticFeedbackBuffer Struct Reference

#include <IInputInterface.h>

Public Member Functions

 FHapticFeedbackBuffer ()
 
bool NeedsUpdate () const
 

Public Attributes

const uint8RawData
 
uint32 CurrentPtr
 
int BufferLength
 
int SamplesSent
 
bool bFinishedPlaying
 
int SamplingRate
 
float ScaleFactor
 
bool bUseStereo
 
uint32 CurrentSampleIndex [2]
 

Constructor & Destructor Documentation

◆ FHapticFeedbackBuffer()

FHapticFeedbackBuffer::FHapticFeedbackBuffer ( )
inline

Member Function Documentation

◆ NeedsUpdate()

bool FHapticFeedbackBuffer::NeedsUpdate ( ) const
inline

Member Data Documentation

◆ bFinishedPlaying

bool FHapticFeedbackBuffer::bFinishedPlaying

◆ BufferLength

int FHapticFeedbackBuffer::BufferLength

◆ bUseStereo

bool FHapticFeedbackBuffer::bUseStereo

◆ CurrentPtr

uint32 FHapticFeedbackBuffer::CurrentPtr

◆ CurrentSampleIndex

uint32 FHapticFeedbackBuffer::CurrentSampleIndex[2]

◆ RawData

const uint8* FHapticFeedbackBuffer::RawData

◆ SamplesSent

int FHapticFeedbackBuffer::SamplesSent

◆ SamplingRate

int FHapticFeedbackBuffer::SamplingRate

◆ ScaleFactor

float FHapticFeedbackBuffer::ScaleFactor

The documentation for this struct was generated from the following file: