FSoundClassEditorUtilities::CreateSoundClass

Create a new SoundClass

Windows
MacOS
Linux

References

Module

AudioEditor

Header

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

Include

#include "SoundClassEditorUtilities.h"

Source

/Engine/Source/Editor/AudioEditor/Private/SoundClassEditorUtilities.cpp

Syntax

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

Remarks

Create a new SoundClass

Parameters

Parameter

Description

Graph

Graph representing sound classes

FromPin

Pin that was dragged to create sound class

Location

Location for 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