Navigation
API > API/Plugins > API/Plugins/WaveTable > API/Plugins/WaveTable/FWaveTableData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetDataView
(
TArrayView< const float >& OutData |
Returns true if ArrayView of underlying Data in the proper sample format, setting OutData to a view of the Table's data. | WaveTable.h | |
bool GetDataView
(
TArrayView< float >& OutData |
WaveTable.h | ||
bool GetDataView
(
TArrayView< const int16 >& OutData |
WaveTable.h | ||
bool GetDataView
(
TArrayView< int16 >& OutData |
WaveTable.h |
GetDataView(TArrayView< const float > &)
Description
Returns true if ArrayView of underlying Data in the proper sample format, setting OutData to a view of the Table's data. Returns false if the bit depth of the provided ArrayView does not match the Table's BitDepth property.
| Name | GetDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include Path | #include "WaveTable.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTable.cpp |
bool GetDataView
(
TArrayView < const float > & OutData
) const
GetDataView(TArrayView< float > &)
| Name | GetDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include Path | #include "WaveTable.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTable.cpp |
bool GetDataView
(
TArrayView < float > & OutData
)
GetDataView(TArrayView< const int16 > &)
| Name | GetDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include Path | #include "WaveTable.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTable.cpp |
bool GetDataView
(
TArrayView < const int16 > & OutData
) const
GetDataView(TArrayView< int16 > &)
| Name | GetDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include Path | #include "WaveTable.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTable.cpp |
bool GetDataView
(
TArrayView < int16 > & OutData
)