Navigation
API > API/Plugins > API/Plugins/WaveTable
Read-only view to a wave table struct.
| Name | FWaveTableView |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include Path | #include "WaveTable.h" |
Syntax
struct FWaveTableView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWaveTableView
(
const TArray< float >& InSamples, |
WaveTable.h | ||
FWaveTableView
(
const TArrayView< const float >& InSamples, |
WaveTable.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FinalValue | const float | WaveTable.h | ||
| SampleView | TArrayView< const float > | WaveTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEmpty() |
WaveTable.h | ||
int32 Num() |
Returns the length of the SampleView array, not including the additional FinalValue | WaveTable.h |