FOnset

[FOnset](API\Plugins\AudioSynesthesiaCore\FOnset) Contains data relating to one onset.

Windows
MacOS
Linux

References

Module

AudioSynesthesiaCore

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetNRTFactory.h

Include

#include "OnsetNRTFactory.h"

Syntax

struct FOnset

Remarks

FOnset

Contains data relating to one onset.

Variables

Name Description

Public variable

int32

 

Channel

Audio channel which produced the data.

Public variable

float

 

Strength

Public variable

float

 

Timestamp

Timestamp in seconds referring to the center of the audio window.

Constructors

Name Description

Public function

FOnset()

Public function

FOnset

(
    int32 InChannelIndex,
    float InTimestamp,
    float InStrength
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss