![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Namespaces | |
| namespace | Algo |
Functions | |
| template<typename InT , typename OutT , typename PredicateT , typename TransformT > | |
| void | Algo::TransformIf (const InT &Input, OutT &&Output, PredicateT Predicate, TransformT Trans) |
| template<typename InT , typename OutT , typename TransformT > | |
| void | Algo::Transform (const InT &Input, OutT &&Output, TransformT Trans) |