FQuartzQuantizedCommandInitInfo

Data that is passed into [IQuartzQuantizedCommand::OnQueued](API\Runtime\Engine\Sound\IQuartzQuantizedCommand\OnQueued) info that derived classes need can be added here

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/QuartzQuantizationUtilities.h"

Syntax

struct FQuartzQuantizedCommandInitInfo

Remarks

Data that is passed into IQuartzQuantizedCommand::OnQueued info that derived classes need can be added here

Variables

Name Description

Public variable

FName

 

ClockHandleName

Public variable

FName

 

ClockName

Shared with FQuartzQuantizedRequestData

Public variable

TSharedPtr < FSh ...

 

GameThreadCommandQueue

Public variable

int32

 

GameThreadDelegateID

Public variable

Audio::FQuartzC ...

 

OwningClockPointer

Audio Render thread-specific data:

Public variable

FQuartzQuantiza ...

 

QuantizationBoundary

Public variable

TSharedPtr < IQu ...

 

QuantizedCommandPtr

Public variable

int32

 

SourceID

Constructors

Name Description

Public function

FQuartzQuantizedCommandInitInfo()

Default ctor

Public function

FQuartzQuantizedCommandInitInfo

(
    const FQuartzQuantizedRequestData &...,
    int32 InSourceID
)

Conversion ctor from FQuartzQuantizedRequestData

Functions

Name Description

Public function

void

 

SetOwningClockPtr

(
    Audio::FQuartzClock * InClockPo...
)

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback