Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| |
|
| Name |
EWebAPIModelCompositionType |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPICompositeModel.h |
| Include Path |
#include "Dom/WebAPICompositeModel.h" |
Syntax
enum EWebAPIModelCompositionType
{
Single,
Multiple,
All,
}
Values
| Name |
Remarks |
| Single |
Should contain one of the valid types. Maps to a Variant. |
| Multiple |
Should contain one or more of the valid types. |
| All |
Should contain all of the valid types. |