UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Variables
UE::Core::Private::MemoryOps Namespace Reference
Variables
template<
typename
DestinationElementType
,
typename
SourceElementType
>
constexpr
bool
TCanBitwiseRelocate_V
Variable Documentation
◆
TCanBitwiseRelocate_V
template<
typename
DestinationElementType
,
typename
SourceElementType
>
constexpr
bool
UE::Core::Private::MemoryOps::TCanBitwiseRelocate_V
inline
constexpr
Initial value:
=
std::is_same_v<DestinationElementType, SourceElementType> || (
TIsBitwiseConstructible<DestinationElementType, SourceElementType>::Value
&&
std::is_trivially_destructible_v<SourceElementType>
)
TIsBitwiseConstructible
Definition
UnrealTypeTraits.h:410
UE
Core
Private
MemoryOps
Generated by
1.9.8