5#include "Containers/Array.h"
7#include "Containers/Set.h"
24template <
typename ElementType>
class TRangeSet;
33 template<
typename SampleType>
34 struct TSampleKeyFuncs
35 :
BaseKeyFuncs<TSharedPtr<SampleType, ESPMode::ThreadSafe>, FTimespan, false>
39 return Element->GetTime().Time;
49 return GetTypeHash(Key);
54 template<
typename SampleType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::FPlatformRecursiveMutex FCriticalSection
Definition CriticalSection.h:53
Definition IMediaTextureSample.h:199
Definition SharedPointer.h:692
Definition SetUtilities.h:23