Navigation
API > API/Plugins > API/Plugins/WaveTable > API/Plugins/WaveTable/FWaveTableSampler
| Name | FOneShotData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTableSampler.h |
| Include Path | #include "WaveTableSampler.h" |
Syntax
struct FOneShotData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IndexFinished | int32 | Contains index where sampler finished as a result of a sample ending or phase reversing within the last process call. | WaveTableSampler.h | |
| LastOutputIndex | float | Cached last floating index from prior process, used to compute stopping index if forward progress terminates on buffer boundary. | WaveTableSampler.h |