Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Contains data relating to one onset.
| Name | FOnset |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetNRTFactory.h |
| Include Path | #include "OnsetNRTFactory.h" |
Syntax
struct FOnset
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnset () |
OnsetNRTFactory.h | ||
FOnset
(
int32 InChannelIndex, |
OnsetNRTFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | int32 | Audio channel which produced the data. | OnsetNRTFactory.h | |
| Strength | float | OnsetNRTFactory.h | ||
| Timestamp | float | Timestamp in seconds referring to the center of the audio window. | OnsetNRTFactory.h |