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" |
template<class T>
bool CompareWithOp
(
const T & A,
EComparisonOp Op,
const T & B
)
Remarks
Compare two objects given the comparison operator.