Move

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Move

(
    T& A,
    typename TMoveSupportTraits< T >::C...
)

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

Public function

void

 

Move

(
    T& A,
    typename TMoveSupportTraits< T >::M...
)

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