Navigation
API > API/Plugins > API/Plugins/ImgMedia > API/Plugins/ImgMedia/FImgMediaSceneViewExtension
Description
Select the appropriate set(s) of cached view infos based on the target resolution mask. When DisplayResolution is requested but the display-resolution cache is empty (which is the common case where render resolution equals display resolution), the render-resolution cache is returned instead. Callers that need to distinguish the two cases must check the cache state externally - this method does not signal which set was actually returned.
| Name | GetViewInfos |
| Type | function |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaSceneViewExtension.h |
| Include Path | #include "ImgMediaSceneViewExtension.h" |
| Source | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Private/ImgMediaSceneViewExtension.cpp |
TArray < FImgMediaViewInfo > GetViewInfos
(
EMediaTextureTargetViewResolution InTargetViewResolutionMask
) const
Combined ViewInfos.
Parameters
| Name | Remarks |
|---|---|
| InTargetViewResolutionMask | Mask to select the set of view infos. |