FMediaIOCoreTextureSampleBase::IsCacheable

Whether the sample can be held in a cache.

Windows
MacOS
Linux

Override Hierarchy

IMediaTextureSample::IsCacheable()

FMediaIOCoreTextureSampleBase::IsCacheable()

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreTextureSampleBase.h

Include

#include "MediaIOCoreTextureSampleBase.h"

Syntax

virtual bool IsCacheable() const

Remarks

Whether the sample can be held in a cache.

Non-cacheable video samples become invalid when the next sample is available, and only the latest sample should be kept by video sample consumers.

Returns

true if cacheable, false otherwise.

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