Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Flags to indicate comparison types between Schema Attributes. Used in searches
| Name | UE::Online::ESchemaAttributeComparisonOp |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/SchemaTypes.h |
| Include Path | #include "Online/SchemaTypes.h" |
Syntax
namespace UE
{
namespace Online
{
enum ESchemaAttributeComparisonOp
{
Equals,
NotEquals,
GreaterThan,
GreaterThanEquals,
LessThan,
LessThanEquals,
Near,
In,
NotIn,
}
}
}
Values
| Name | Remarks |
|---|---|
| Equals | |
| NotEquals | |
| GreaterThan | |
| GreaterThanEquals | |
| LessThan | |
| LessThanEquals | |
| Near | |
| In | |
| NotIn |