FAnalyzeReferencedContentStat::GetSoundWaveStats

Retrieves/ creates sound cue stats associated with passed in sound cue.

Windows
MacOS
Linux

Warnings

  • returns pointer into TMap, only valid till next time Set is called

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h

Include

#include "Commandlets/AnalyzeReferencedContentStat.h"

Syntax

FSoundWaveStats * GetSoundWaveStats
(
    USoundWave * SoundWave,
    UPackage * LevelPackage
)

Remarks

Retrieves/ creates sound cue stats associated with passed in sound cue.

: returns pointer into TMap, only valid till next time Set is called

Returns

pointer to sound cue stats associated with sound cue

Parameters

Parameter

Description

SoundCue

Sound cue to retrieve/ create sound cue stats for

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