FConcurrencySoundData

Sound instance data pertaining to concurrency tracking

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundConcurrency.h"

Syntax

struct FConcurrencySoundData

Remarks

Sound instance data pertaining to concurrency tracking

Variables

Name Description

Public variable

int32

 

Generation

Public variable

float

 

LerpTime

Constructors

Name Description

Public function

FConcurrencySoundData()

Functions

Name Description

Public function Const

float

 

GetTargetVolume

(
    bool bInDecibels
)

Public function Const

float

 

GetVolume

(
    bool bInDecibels
)

Public function

void

 

SetTarget

(
    float InTargetVolume,
    float InLerpTime
)

Public function

void

 

Update

(
    float InElapsed
)

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