Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/IAudioDataRenderer
| |
|
| Name |
FLerpData |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/AudioDataRenderer.h |
| Include Path |
#include "HarmonixDsp/AudioDataRenderer.h" |
Syntax
struct FLerpData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| PosA |
uint32 |
|
HarmonixDsp/AudioDataRenderer.h |
|
| PosARelative |
uint32 |
Pos a and b Relative to start position, and never loop |
HarmonixDsp/AudioDataRenderer.h |
|
| PosB |
uint32 |
|
HarmonixDsp/AudioDataRenderer.h |
|
| PosBRelative |
uint32 |
|
HarmonixDsp/AudioDataRenderer.h |
|
| WeightA |
float |
|
HarmonixDsp/AudioDataRenderer.h |
|
| WeightB |
float |
|
HarmonixDsp/AudioDataRenderer.h |
|