Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator>=
(
const LhsType& Lhs, |
Misc/UEOps.h | ||
bool operator>=
(
FName, |
UObject/NameTypes.h |
operator>=(const LhsType &, const RhsType &)
| Name | operator>= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/UEOps.h |
| Include Path | #include "Misc/UEOps.h" |
template<typename LhsType, typename RhsType>
bool operator>=
(
const LhsType & Lhs,
const RhsType & Rhs
)
operator>=(FName, FName)
| Name | operator>= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include Path | #include "UObject/NameTypes.h" |
bool operator>=
(
FName ,
FName
)