USoundEffectPreset::CreateInstance

Creates a sound effect instance but does not initialize it.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundEffectPreset.h"

Syntax

template<typename TSoundEffectType>
static TSharedPtr< TSoundEffectType, ESPMode::ThreadSafe > CreateInstance
(
    USoundEffectPreset & InOutPreset
)

Remarks

Creates a sound effect instance but does not initialize it.

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