TSampleKeyFuncs

Key functions template for the sample cache sets.

Windows
MacOS
Linux

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

Name Description

Public function Static

uint32

 

GetKeyHash

(
    FTimespan Key
)

Public function Static

FTimespan

 

GetSetKey

(
    const TSharedPtr< SampleType, ESPMo...
)

Public function Static

bool

 

Matches

(
    FTimespan A,
    FTimespan B
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss