Navigation
API > API/Runtime > API/Runtime/ApplicationCore
| Name | FHapticFeedbackBuffer |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
| Include Path | #include "GenericPlatform/IInputInterface.h" |
Syntax
struct FHapticFeedbackBuffer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHapticFeedbackBuffer() |
GenericPlatform/IInputInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFinishedPlaying | bool | GenericPlatform/IInputInterface.h | ||
| BufferLength | int | GenericPlatform/IInputInterface.h | ||
| bUseStereo | bool | GenericPlatform/IInputInterface.h | ||
| CurrentPtr | uint32 | GenericPlatform/IInputInterface.h | ||
| CurrentSampleIndex | uint32 | GenericPlatform/IInputInterface.h | ||
| RawData | const uint8 * | GenericPlatform/IInputInterface.h | ||
| SamplesSent | int | GenericPlatform/IInputInterface.h | ||
| SamplingRate | int | GenericPlatform/IInputInterface.h | ||
| ScaleFactor | float | GenericPlatform/IInputInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool NeedsUpdate() |
GenericPlatform/IInputInterface.h |