6#include "Templates/Invoke.h" 
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20    template <
typename RangeType, 
typename Predicate>
 
   21    int32 
RemoveIf(RangeType& Range, Predicate Pred)
 
   70
   71
   72
   73
   74
   75
   76
   77
   78
   79    template <
typename RangeType, 
typename Predicate>
 
#define UE_PTRDIFF_TO_INT32(argument)
 
int32 StableRemoveIf(RangeType &Range, Predicate Pred)
 
int32 RemoveIf(RangeType &Range, Predicate Pred)