FUncontrolledChangelistState::RemoveDuplicates

Removes files present both in the Uncontrolled Changelist and the provided set.

Unreal Engine C++ API Reference > Developer > UncontrolledChangelists > FUncontrolledChangelistState

References

   
Module UncontrolledChangelists
Header /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistState.h
Include #include "UncontrolledChangelistState.h"
Source /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistState.cpp
void RemoveDuplicates
(
    [TSet](API\Runtime\Core\Containers\TSet)< [FString](API\Runtime\Core\Containers\FString) > & InOutAddedAssets
)

Remarks

Removes files present both in the Uncontrolled Changelist and the provided set.

Parameters

Name Description
InOutAddedAssets A Set representing Added Assets to check against.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library