// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "DetailCategoryBuilder.h" class FSoundBaseDetailsUtils { public: static void SortSoundCategories(const TMap& AllCategoryMap); static void SortSoundCategories(const TMap& AllCategoryMap, const TArray CategoryOrder); };