You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Move MetaSounds editor settings to Content Editor Category, remove unused settings #jira UE-141203 #rb rob.gay #preflight 620584c84c6c33118fb20d7e #ROBOMERGE-AUTHOR: helen.yang #ROBOMERGE-SOURCE: CL 18945154 in //UE5/Release-5.0/... via CL 18946204 via CL 18946520 #ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589) [CL 18946535 by helen yang in ue5-main branch]
9 lines
239 B
C++
9 lines
239 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "AudioEditorSettings.h"
|
|
|
|
void UAudioEditorSettings::PostEditChangeProperty(FPropertyChangedEvent& PropertyChangedEvent)
|
|
{
|
|
Super::PostEditChangeProperty(PropertyChangedEvent);
|
|
}
|