Move

This is used to provide type specific behavior for a move which may change the value of B.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h

Include

#include "Templates/UnrealTemplate.h"

Syntax

template<typename T>
void Move
(
    T & A,
    typename TMoveSupportTraits< T >::Move B
)

Remarks

This is used to provide type specific behavior for a move which may change the value of B.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss