5#include "Templates/Invoke.h"
6#include "Templates/UnrealTemplate.h"
11
12
13
14
15
16
17 template <
typename RangeType,
typename ValueType>
30
31
32
33
34
35
36 template <
typename RangeType,
typename ValueType,
typename PredicateType>
FORCEINLINE void Replace(RangeType &&Range, const ValueType &InOld, const ValueType &InNew)
FORCEINLINE void ReplaceIf(RangeType &&Range, PredicateType InPred, const ValueType &InNew)