Navigation
API > API/Plugins > API/Plugins/SoundCueTemplates > API/Plugins/SoundCueTemplates/USoundCueContainer
Description
Function to override that uses internal editor-data only properties to re-build node graph of provided SoundCue. Provided SoundCue may be a reference to this SoundCue or one to be copied from this template's graph-building schema.
Virtual Inheritance
- USoundCueTemplate::OnRebuildGraph → USoundCueContainer::OnRebuildGraph
| Name | OnRebuildGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueContainer.h |
| Include Path | #include "SoundCueContainer.h" |
| Source | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Private/SoundCueContainer.cpp |
virtual void OnRebuildGraph
(
USoundCue & SoundCue
) const