Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TEnumAsByte
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TEnumAsByte () |
Containers/EnumAsByte.h | ||
constexpr TEnumAsByte
(
const TEnumAsByte& |
Containers/EnumAsByte.h | ||
constexpr TEnumAsByte
(
EnumType InValue |
Constructor, initialize to the enum value. | Containers/EnumAsByte.h | |
constexpr TEnumAsByte
(
int32 InValue |
Constructor, initialize to the int32 value. | Containers/EnumAsByte.h | |
constexpr TEnumAsByte
(
uint8 InValue |
Constructor, initialize to the uint8 value. | Containers/EnumAsByte.h |
TEnumAsByte()
| Name | TEnumAsByte |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h |
| Include Path | #include "Containers/EnumAsByte.h" |
constexpr TEnumAsByte()
TEnumAsByte(const TEnumAsByte &)
| Name | TEnumAsByte |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h |
| Include Path | #include "Containers/EnumAsByte.h" |
constexpr TEnumAsByte
(
const TEnumAsByte &
)
TEnumAsByte(EnumType)
Description
Constructor, initialize to the enum value.
| Name | TEnumAsByte |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h |
| Include Path | #include "Containers/EnumAsByte.h" |
constexpr TEnumAsByte
(
EnumType InValue
)
Parameters
| Name | Remarks |
|---|---|
| InValue | value to construct with. |
TEnumAsByte(int32)
Description
Constructor, initialize to the int32 value.
| Name | TEnumAsByte |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h |
| Include Path | #include "Containers/EnumAsByte.h" |
constexpr TEnumAsByte
(
int32 InValue
)
Parameters
| Name | Remarks |
|---|---|
| InValue | value to construct with. |
TEnumAsByte(uint8)
Description
Constructor, initialize to the uint8 value.
| Name | TEnumAsByte |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h |
| Include Path | #include "Containers/EnumAsByte.h" |
constexpr TEnumAsByte
(
uint8 InValue
)
Parameters
| Name | Remarks |
|---|---|
| InValue | value to construct with. |