Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h |
| Include | #include "GenericPlatform/GenericPlatformDriver.h" |
EComparisonOp ParseComparisonOp
(
const TCHAR *& In
)
Remarks
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.