UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::MemoryOps Namespace Reference

Variables

template<typename DestinationElementType , typename SourceElementType >
constexpr bool TCanBitwiseRelocate_V
 

Variable Documentation

◆ TCanBitwiseRelocate_V

constexpr bool UE::Core::Private::MemoryOps::TCanBitwiseRelocate_V
inlineconstexpr
Initial value:
=
std::is_same_v<DestinationElementType, SourceElementType> || (
std::is_trivially_destructible_v<SourceElementType>
)
Definition UnrealTypeTraits.h:410