UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSoundWaveCuePoint Struct Reference

#include <IWaveformTransformation.h>

Public Member Functions

bool IsLoopRegion () const
 
void SetLoopRegion (bool value)
 

Public Attributes

int32 CuePointID = INDEX_NONE
 
FString Label
 
int64 FramePosition = 0
 
int64 FrameLength = 0
 

Protected Attributes

bool bIsLoopRegion = false
 

Friends

class USoundFactory
 
class USoundWave
 

Member Function Documentation

◆ IsLoopRegion()

bool FSoundWaveCuePoint::IsLoopRegion ( ) const
inline

◆ SetLoopRegion()

void FSoundWaveCuePoint::SetLoopRegion ( bool  value)
inline

Friends And Related Symbol Documentation

◆ USoundFactory

friend class USoundFactory
friend

◆ USoundWave

friend class USoundWave
friend

Member Data Documentation

◆ bIsLoopRegion

bool FSoundWaveCuePoint::bIsLoopRegion = false
protected

◆ CuePointID

int32 FSoundWaveCuePoint::CuePointID = INDEX_NONE

◆ FrameLength

int64 FSoundWaveCuePoint::FrameLength = 0

◆ FramePosition

int64 FSoundWaveCuePoint::FramePosition = 0

◆ Label

FString FSoundWaveCuePoint::Label

The documentation for this struct was generated from the following file: