Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | FMemberBindType |
| Type | union |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBind.h |
| Include Path | #include "PlainPropsBind.h" |
Syntax
union FMemberBindType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FMemberBindType
(
FLeafType In |
PlainPropsBind.h | ||
constexpr FMemberBindType
(
FUnpackedLeafType In |
PlainPropsBind.h | ||
constexpr FMemberBindType
(
FLeafBindType In |
PlainPropsBind.h | ||
constexpr FMemberBindType
(
FBitfieldBoolBindType In |
PlainPropsBind.h | ||
constexpr FMemberBindType
(
FRangeType In |
PlainPropsBind.h | ||
constexpr FMemberBindType
(
ESizeType MaxSize |
PlainPropsBind.h | ||
constexpr FMemberBindType
(
FStructType In |
PlainPropsBind.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Kind | EMemberKind | PlainPropsBind.h | ||
| Leaf | FLeafBindType | PlainPropsBind.h | ||
| Range | FRangeBindType | PlainPropsBind.h | ||
| Struct | FStructBindType | PlainPropsBind.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 AsByte() |
PlainPropsBind.h | ||
FLeafBindType AsLeaf() |
PlainPropsBind.h | ||
FRangeBindType AsRange() |
PlainPropsBind.h | ||
FStructBindType AsStruct() |
PlainPropsBind.h | ||
EMemberKind GetKind() |
PlainPropsBind.h | ||
bool IsLeaf() |
PlainPropsBind.h | ||
bool IsRange() |
PlainPropsBind.h | ||
bool IsStruct() |
PlainPropsBind.h |