Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Redirect TEnumAsByte
| Name | TAttributeHandle< B, std::enable_if_t< TIsTEnumAsByte< B >::Value > > |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
Syntax
namespace TAttributeHandle< B, std
{
namespace enable_if_t< TIsTEnumAsByte< B >
{
template<typename B >
class TAttributeHandle< B, std::enable_if_t< TIsTEnumAsByte< B >::Value > > : public UE::Interchange::FAttributeStorage::TAttributeHandle< uint8 >
}
}
Inheritance Hierarchy
- FAttributeStorage::TAttributeHandle → TAttributeHandle< B, std::enable_if_t< TIsTEnumAsByte< B >::Value > >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | TAttributeHandle< UnderlyingType > | Types/AttributeStorage.h | |
| UnderlyingType | uint8 | Types/AttributeStorage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EAttributeStorageResult Get
(
B& Value |
Types/AttributeStorage.h | ||
EAttributeStorageResult Set
(
const B& Value |
Types/AttributeStorage.h | ||
TAttributeHandle
(
const TAttributeHandle< UnderlyingType >& Other |
Types/AttributeStorage.h |