Navigation
API > API/Runtime > API/Runtime/Core
Description
Find the comparison operator in the input string, and advances the In pointer to point to the first character after the comparison operator. Defaults to Equal if no comparison operator is present.
| Name | ParseComparisonOp |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h |
| Include Path | #include "GenericPlatform/GenericPlatformDriver.h" |
EComparisonOp ParseComparisonOp
(
const TCHAR *& In
)