FPlayingClipInfo

Struct to hold playing clip info.

Windows
MacOS
Linux

References

Module

TimeSynth

Header

/Engine/Plugins/Runtime/TimeSynth/Source/TimeSynth/Classes/TimeSynthComponent.h

Include

#include "TimeSynthComponent.h"

Syntax

struct FPlayingClipInfo

Remarks

Struct to hold playing clip info.

Variables

Name Description

Public variable

bool

 

bHasBeenStopped

Public variable

bool

 

bHasStartedPlaying

Public variable

bool

 

bIsGloballyQuantized

Public variable

bool

 

bIsInitialized

Public variable

Audio::EEventQu...

 

ClipQuantization

The clip quantization to use.

Public variable

uint32

 

CurrentFrameCount

Frame count of the clip.

Public variable

Audio::FDecodin...

 

DecodingSoundSourceHandle

The handle to the decoding sound source for this clip.

Public variable

uint32

 

DurationFrames

Duration values in frames.

Public variable

uint32

 

FadeInDurationFrames

Public variable

uint32

 

FadeOutDurationFrames

Public variable

FTimeSynthClipH...

 

Handle

Handle used by BP to control this playing clip.

Public variable

float

 

PitchScale

Clip pitch scale.

Public variable

uint32

 

StartFrameOffset

The frame when this clip starts within the audio buffer callback.

Public variable

UTimeSynthClip ...

 

SynthClip

Public variable

VolumeGroupUniq...

 

VolumeGroupId

The id of the volume group this clip is in.

Public variable

float

 

VolumeScale

Clip volume scale.

Constructors

Name Description

Public function

FPlayingClipInfo()

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