UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::CWithUEOpEquals Concept Reference

#include <UEOps.h>

Concept definition

template<typename LhsType, typename RhsType>
concept UE::Core::Private::CWithUEOpEquals = requires(const LhsType & Lhs, const RhsType & Rhs)
{
{ Lhs.UEOpEquals(Rhs) } -> UE::CSameAs<bool>;
}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SameAs.h:16