Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/ConcertFrontendUtils.h |
| Include | #include "ConcertFrontendUtils.h" |
namespace ConcertFrontendUtils
{
template<typename ItemType, typename PredFactoryType>
void ConcertFrontendUtils::SyncArraysByPredicate
(
TArray < TSharedPtr < ItemType > > & InOutArray,
TArray < TSharedPtr < ItemType > > && InNewArray,
const PredFactoryType & InPredFactory
)
}