FramesInTimeValue

Wrapper around our array so it can be indexed into by different Enums that represent musical time

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/Quartz/QuartzMetronome.h

Include

#include "Quartz/QuartzMetronome.h"

Syntax

struct FramesInTimeValue

Remarks

Wrapper around our array so it can be indexed into by different Enums that represent musical time

Variables

Name Description

Public variable

int32[static_ca...

 

FramesInTimeValueInternal

Operators

Name Description

Public function

int32 &

 

operator[]

(
    EQuartzCommandQuantization InTimeVa...
)

Index operators for EQuartzCommandQuantization

Public function Const

const int32 ...

 

operator[]

(
    EQuartzCommandQuantization InTimeVa...
)

Public function

int32 &

 

operator[]

(
    int32 Index
)

Index operators for int32

Public function Const

const int32 ...

 

operator[]

(
    int32 Index
)

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