Navigation
API > API/Runtime > API/Runtime/Core
| Name | TIsBitwiseConstructible< T, T > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
| Include Path | #include "Templates/UnrealTypeTraits.h" |
Syntax
template<typename T>
struct TIsBitwiseConstructible< T, T >
Enums
Public
| Name | Remarks |
|---|---|
| TIsBitwiseConstructible< T, T > | Ts can always be bitwise constructed from itself if it is trivially copyable. |