Navigation
API > API/Plugins > API/Plugins/PlainProps
References
| Module | PlainProps |
| Header | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include | #include "PlainPropsBind.h" |
Syntax
union FMemberBindType
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | FMemberBindType
(
FLeafType In |
||
| constexpr | FMemberBindType
(
FUnpackedLeafType In |
||
| constexpr | FMemberBindType
(
FLeafBindType In |
||
| constexpr | FMemberBindType
(
FBitfieldBindType In |
||
| constexpr | FMemberBindType
(
FRangeType In |
||
| constexpr | FMemberBindType
(
ERangeSizeType MaxSize |
||
| constexpr | FMemberBindType
(
FStructType In |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 | AsByte () |
||
| FLeafBindType | AsLeaf () |
||
| FRangeBindType | AsRange () |
||
| FStructBindType | AsStruct () |
||
| EMemberKind | GetKind () |
||
| bool | IsLeaf () |
||
| bool | IsRange () |
||
| bool | IsStruct () |