ConcertFrontendUtils::SyncArraysByPredicate

Windows
MacOS
Linux

References

Module

ConcertSyncUI

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncUI/Public/ConcertFrontendUtils.h

Include

#include "ConcertFrontendUtils.h"

Syntax

namespace ConcertFrontendUtils
{
    template<typename ItemType, typename PredFactoryType>
    void ConcertFrontendUtils::SyncArraysByPredicate
    (
        TArray< TSharedPtr< ItemType >> & InOutArray,
        TArray< TSharedPtr< ItemType >> && InNewArray,
        const PredFactoryType & InPredFactory
    )
}

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