Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/TRemapAlgorithm
Description
Picks the first solution, and replaces the original actor path to the new actor path. Subobject paths are translated with the new actor name.
| Name | PickSolutionAndRemap |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Misc/Private/RemapAlgorithm.h |
| Include Path | #include "Replication/Misc/Private/RemapAlgorithm.h" |
template<CProcessRemappingCallbable TProcessRemappingLambda>
FSoftObjectPath PickSolutionAndRemap
(
const FActorWithSolutions & ObjectRemapData,
TProcessRemappingLambda && ProcessRemapping
) const