TUseBitwiseSwap

A traits class which specifies whether a Swap of a given type should swap the bits or use a traditional value-based swap.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/UnrealTemplate.h"

Syntax

template<typename T>
struct TUseBitwiseSwap

Remarks

A traits class which specifies whether a Swap of a given type should swap the bits or use a traditional value-based swap.

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