Navigation
API > API/Plugins > API/Plugins/PlainProps
References
| Module | PlainProps |
| Header | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include | #include "PlainPropsBind.h" |
Syntax
struct FUnpackedLeafBindType
Variables
| Type | Name | Description | |
|---|---|---|---|
| union PlainProps::FUnpackedLeafBindType | |||
| uint8 | BitfieldIdx | ||
| ELeafBindType | Type | ||
| ELeafWidth | Width |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | Constexpr FUnpackedLeafBindType(ELeafBindType InType, ELeafWidth InWidth) : Type(InType), Width(InWidth) {} |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMemberBindType | Pack () |
Constexpr bool operator==(FUnpackedLeafBindType O) const { return Type == O.Type && Width == O.Width; } |