Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | FMemberType |
| Type | union |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsTypes.h |
| Include Path | #include "PlainPropsTypes.h" |
Syntax
union FMemberType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemberType () |
PlainPropsTypes.h | ||
constexpr FMemberType
(
FLeafType InLeaf |
PlainPropsTypes.h | ||
constexpr FMemberType
(
FRangeType InRange |
PlainPropsTypes.h | ||
constexpr FMemberType
(
ESizeType MaxSize |
PlainPropsTypes.h | ||
constexpr FMemberType
(
FStructType InStruct |
PlainPropsTypes.h | ||
constexpr FMemberType
(
ELeafType Type, |
PlainPropsTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Kind | EMemberKind | PlainPropsTypes.h | ||
| Leaf | FLeafType | PlainPropsTypes.h | ||
| Range | FRangeType | PlainPropsTypes.h | ||
| Struct | FStructType | PlainPropsTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 AsByte() |
PlainPropsTypes.h | ||
FLeafType AsLeaf() |
PlainPropsTypes.h | ||
FRangeType AsRange() |
PlainPropsTypes.h | ||
FStructType AsStruct() |
PlainPropsTypes.h | ||
EMemberKind GetKind() |
PlainPropsTypes.h | ||
bool IsLeaf() |
PlainPropsTypes.h | ||
bool IsRange() |
PlainPropsTypes.h | ||
bool IsStruct() |
PlainPropsTypes.h |