FSoundWaveCuePoint

Struct defining a cue point in a sound wave asset.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Syntax

struct FSoundWaveCuePoint

Remarks

Struct defining a cue point in a sound wave asset.

Variables

Name Description

Public variable

int32

 

CuePointID

Unique identifier for the wave cue point.

Public variable

int32

 

FrameLength

The frame length of the cue point (non-zero if it's a region)

Public variable

int32

 

FramePosition

The frame position of the cue point.

Public variable

FString

 

Label

The label for the cue point.