Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSoundWaveTimecodeInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveTimecodeInfo.h |
| Include Path | #include "Sound/SoundWaveTimecodeInfo.h" |
Syntax
USTRUCT ()
struct FSoundWaveTimecodeInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bTimecodeIsDropFrame | bool | Sound/SoundWaveTimecodeInfo.h |
|
|
| Description | FString | Sound/SoundWaveTimecodeInfo.h |
|
|
| NumSamplesPerSecond | uint32 | Sound/SoundWaveTimecodeInfo.h |
|
|
| NumSamplesSinceMidnight | uint64 | Sound/SoundWaveTimecodeInfo.h |
|
|
| OriginatorDate | FString | Sound/SoundWaveTimecodeInfo.h |
|
|
| OriginatorDescription | FString | Sound/SoundWaveTimecodeInfo.h |
|
|
| OriginatorReference | FString | Sound/SoundWaveTimecodeInfo.h |
|
|
| OriginatorTime | FString | Sound/SoundWaveTimecodeInfo.h |
|
|
| TimecodeRate | FFrameRate | Sound/SoundWaveTimecodeInfo.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetNumSecondsSinceMidnight() |
Sound/SoundWaveTimecodeInfo.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FSoundWaveTimecodeInfo& InRhs |
Sound/SoundWaveTimecodeInfo.h |