Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIsBitwiseConstructible_constT__-
Constructing a const T is the same as constructing a T.
| Name | TIsBitwiseConstructible< const T , T > |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
| Include Path | #include "Templates/UnrealTypeTraits.h" |
Syntax
enum TIsBitwiseConstructible< const T *, T * >
{
Value = true,
}
Values
| Name | Remarks |
|---|---|
| Value |