UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::CWithUEOpLessThan Concept Reference
#include <
UEOps.h
>
Concept definition
template
<
typename
LhsType,
typename
RhsType>
concept
UE::Core::Private::CWithUEOpLessThan
=
requires
(
const
LhsType
& Lhs,
const
RhsType
& Rhs)
{
{ Lhs.UEOpLessThan(Rhs) } ->
UE::CSameAs<bool>
;
}
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
UE::CSameAs
Definition
SameAs.h:16
UE::Core::Private::CWithUEOpLessThan
Definition
UEOps.h:22
UE
Core
Private
CWithUEOpLessThan
Generated by
1.9.8