ISoundClassEditor::CreateSoundClass

Creates a new sound class

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Public/ISoundClassEditor.h

Include

#include "ISoundClassEditor.h"

Syntax

void CreateSoundClass
(
    class UEdGraphPin * FromPin,
    const FVector2D & Location,
    const FString & Name
)

Remarks

Creates a new sound class

Parameters

Parameter

Description

FromPin

Pin that was dragged to create sound class

Location

Location for new sound class

Name

Name of the new sound class

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