Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAnalyzeReferencedContentStat
Warnings * returns pointer into TMap, only valid till next time Set is called
Description
- Retrieves/ creates sound cue stats associated with passed in sound cue.
-
returns pointer into TMap, only valid till next time Set is called
| Name | GetSoundWaveStats |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h |
| Include Path | #include "Commandlets/AnalyzeReferencedContentStat.h" |
FSoundWaveStats * GetSoundWaveStats
(
USoundWave * SoundWave,
UPackage * LevelPackage
)
pointer to sound cue stats associated with sound cue
Parameters
| Name | Remarks |
|---|---|
| SoundCue | Sound cue to retrieve/ create sound cue stats for |