Navigation
Unreal Engine C++ API Reference > Runtime > MediaUtils > FMediaSampleCache
Inheritance Hierarchy
- BaseKeyFuncs
- FMediaSampleCache::TSampleKeyFuncs
References
Module | MediaUtils |
Header | /Engine/Source/Runtime/MediaUtils/Public/MediaSampleCache.h |
Include | #include "MediaSampleCache.h" |
Syntax
template<typename SampleType>
struct TSampleKeyFuncs : public BaseKeyFuncs< TSharedPtr< SampleType, ESPMode::ThreadSafe >, FTimespan, false >
Remarks
Key functions template for the sample cache sets.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | GetKeyHash
(
FTimespan Key |
|
![]() ![]() |
FTimespan | GetSetKey
(
const TSharedPtr< SampleType, ESPMode::ThreadSafe >& Element |
|
![]() ![]() |
bool |