USoundClassGraph::AddDroppedSoundClasses

Display SoundClasses (and all of their children) that have been dragged onto the editor

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraph.h

Include

#include "SoundClassGraph/SoundClassGraph.h"

Source

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

Syntax

void AddDroppedSoundClasses
(
    const TArray< class USoundClass * > & SoundClasses,
    int32 NodePosX,
    int32 NodePosY
)

Remarks

Display SoundClasses (and all of their children) that have been dragged onto the editor

Parameters

Parameter

Description

SoundClasses

SoundClasses not already represented on the graph

NodePosX

X coordinate classes were dropped at

NodePosY

Y coordinate classes were dropped at

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