Navigation
API > API/Plugins > API/Plugins/PlainProps
References
| Module | PlainProps |
| Header | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsTypes.h |
| Include | #include "PlainPropsTypes.h" |
Syntax
union FMemberType
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMemberType () |
|||
| constexpr | FMemberType
(
FLeafType InLeaf |
||
| constexpr | FMemberType
(
FRangeType InRange |
||
| constexpr | FMemberType
(
ERangeSizeType MaxSize |
||
| constexpr | FMemberType
(
FStructType InStruct |
||
| constexpr | FMemberType
(
ELeafType Type, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 | AsByte () |
||
| FLeafType | AsLeaf () |
||
| FRangeType | AsRange () |
||
| FStructType | AsStruct () |
||
| EMemberKind | GetKind () |
||
| bool | IsLeaf () |
||
| bool | IsRange () |
||
| bool | IsStruct () |