Navigation
API > API/Runtime > API/Runtime/Core
Description
This is used to provide type specific behavior for a move which will destroy B. Should be in UnrealTemplate but isn't for Clang build reasons - will move later
| Name | MoveByRelocate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SetUtilities.h |
| Include Path | #include "Containers/SetUtilities.h" |
template<typename T>
void MoveByRelocate
(
T & A,
T & B
)