117 _Begin <
Other._Begin ? _Begin :
Other._Begin,
124 if (
Other._Begin < _Begin)
126 _Begin =
Other._Begin;
129 if (
Other._End > _End)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define ULANG_FORCEINLINE
Definition Common.h:188
static ULANG_FORCEINLINE constexpr T Max(const T A, const T B)
Returns higher value in a generic way.
Definition MathUtils.h:19
static ULANG_FORCEINLINE constexpr T Min(const T A, const T B)
Returns lower value in a generic way.
Definition MathUtils.h:26
Definition VVMEngineEnvironment.h:23
ENoInit
Enum used in constructors to indicate they should not initialize anything.
Definition Common.h:375
const uint32_t uint32_invalid
Default size for uLang Boolean Type.
Definition Common.h:333
Definition TextRange.h:20
ULANG_FORCEINLINE bool operator<(const STextPosition &Other) const
Definition TextRange.h:37
ULANG_FORCEINLINE bool operator>=(const STextPosition &Other) const
Definition TextRange.h:38
ULANG_FORCEINLINE bool operator==(const STextPosition &Other) const
Definition TextRange.h:34
ULANG_FORCEINLINE bool operator!=(const STextPosition &Other) const
Definition TextRange.h:35
ULANG_FORCEINLINE bool IsValid() const
Definition TextRange.h:31
uint32_t _Row
Definition TextRange.h:24
uint32_t _Column
Definition TextRange.h:25
ULANG_FORCEINLINE bool operator<=(const STextPosition &Other) const
Definition TextRange.h:36
ULANG_FORCEINLINE void Reset()
Definition TextRange.h:30
ULANG_FORCEINLINE bool IsInvalid() const
Definition TextRange.h:32
ULANG_FORCEINLINE bool operator>(const STextPosition &Other) const
Definition TextRange.h:39
ULANG_FORCEINLINE void Invalidate()
Definition TextRange.h:29