Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaSampleCache
Key functions template for the sample cache sets.
| Name | TSampleKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaSampleCache.h |
| Include Path | #include "MediaSampleCache.h" |
Syntax
template<typename SampleType>
struct TSampleKeyFuncs : public BaseKeyFuncs< TSharedPtr< SampleType, ESPMode::ThreadSafe >, FTimespan, false >
Inheritance Hierarchy
- BaseKeyFuncs → FMediaSampleCache::TSampleKeyFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
FTimespan Key |
MediaSampleCache.h | ||
static FTimespan GetSetKey
(
const TSharedPtr< SampleType, ESPMode::ThreadSafe >& Element |
MediaSampleCache.h | ||
| MediaSampleCache.h |