Navigation
API > API/Plugins > API/Plugins/PlainProps
| Name | PlainProps::EMismatch |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsLooseTypes.h |
| Include Path | #include "PlainPropsLooseTypes.h" |
Syntax
namespace PlainProps
{
enum EMismatch
{
No,
Inners,
Inputs,
Type,
Duplicate,
Surplus,
Missing,
}
}
Values
| Name | Remarks |
|---|---|
| No | |
| Inners | |
| Inputs | |
| Type | |
| Duplicate | |
| Surplus | |
| Missing |