UEditorEngine::PlayPreviewSound

Plays a preview of a specified sound or node

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h

Include

#include "Editor/EditorEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp

Syntax

void PlayPreviewSound
(
    USoundBase * Sound,
    USoundNode * SoundNode
)

Remarks

Plays a preview of a specified sound or node

Parameters

Parameter

Description

Sound

A sound to attach to the audio component

SoundNode

A sound node that is attached to the audio component when the sound is NULL

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