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

#include <SoundWaveTimecodeInfo.h>

Public Member Functions

bool operator== (const FSoundWaveTimecodeInfo &InRhs) const
 
double GetNumSecondsSinceMidnight () const
 

Public Attributes

uint64 NumSamplesSinceMidnight = ~0UL
 
uint32 NumSamplesPerSecond = 0
 
FString Description
 
FString OriginatorTime
 
FString OriginatorDate
 
FString OriginatorDescription
 
FString OriginatorReference
 
FFrameRate TimecodeRate
 
bool bTimecodeIsDropFrame = false
 

Member Function Documentation

◆ GetNumSecondsSinceMidnight()

double FSoundWaveTimecodeInfo::GetNumSecondsSinceMidnight ( ) const
inline

◆ operator==()

bool FSoundWaveTimecodeInfo::operator== ( const FSoundWaveTimecodeInfo InRhs) const
inline

Member Data Documentation

◆ bTimecodeIsDropFrame

bool FSoundWaveTimecodeInfo::bTimecodeIsDropFrame = false

◆ Description

FString FSoundWaveTimecodeInfo::Description

◆ NumSamplesPerSecond

uint32 FSoundWaveTimecodeInfo::NumSamplesPerSecond = 0

◆ NumSamplesSinceMidnight

uint64 FSoundWaveTimecodeInfo::NumSamplesSinceMidnight = ~0UL

◆ OriginatorDate

FString FSoundWaveTimecodeInfo::OriginatorDate

◆ OriginatorDescription

FString FSoundWaveTimecodeInfo::OriginatorDescription

◆ OriginatorReference

FString FSoundWaveTimecodeInfo::OriginatorReference

◆ OriginatorTime

FString FSoundWaveTimecodeInfo::OriginatorTime

◆ TimecodeRate

FFrameRate FSoundWaveTimecodeInfo::TimecodeRate

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