Navigation
API > API/Plugins > API/Plugins/WebMMedia > API/Plugins/WebMMedia/FWebMMediaTextureSample
- IMediaTextureSample::IsCacheable()
- FWebMMediaTextureSample::IsCacheable()
References
| Module | WebMMedia |
| Header | /Engine/Plugins/Media/WebMMedia/Source/WebMMedia/Public/WebMMediaTextureSample.h |
| Include | #include "WebMMediaTextureSample.h" |
| Source | /Engine/Plugins/Media/WebMMedia/Source/WebMMedia/Private/Player/WebMMediaTextureSample.cpp |
virtual bool IsCacheable&40;&41; 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. true if cacheable, false otherwise.