56 return SequenceIndex ==
Other.SequenceIndex && LoopIndex ==
Other.LoopIndex &&
Time ==
Other.Time;
60 return SequenceIndex !=
Other.SequenceIndex || LoopIndex !=
Other.LoopIndex ||
Time !=
Other.Time;
122 return SequenceIndex;
157 if (
Other.SequenceIndex == SequenceIndex &&
Other.LoopIndex == LoopIndex)
161 else if (
Other.SequenceIndex <= SequenceIndex ||
Other.LoopIndex <= LoopIndex)
192 int32 SequenceIndex = 0;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define MAX_int32
Definition NumericLimits.h:25
static FTimespan MinValue()
Definition Timespan.h:699
static FTimespan MaxValue()
Definition Timespan.h:686