Navigation
API > API/Plugins > API/Plugins/ImgMedia
References
| Module | ImgMedia |
| Header | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaSceneViewExtension.h |
| Include | #include "ImgMediaSceneViewExtension.h" |
Syntax
struct FImgMediaViewInfo
Remarks
Holds info on a camera which we can use for mipmap calculations.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPrimitiveHiddenMode | Hidden or show-only mode for primitive components. | |
| FVector | Location | Position of camera. | |
| float | MaterialTextureMipBias | View mip bias. | |
| FMatrix | OverscanViewProjectionMatrix | View-projection matrix of the camera, optionally scaled for overscan frustum calculations. | |
| TSet< FPrimitiveComponentId > | PrimitiveComponentIds | Hidden or show-only primitive components. | |
| FVector | ViewDirection | View direction of the camera. | |
| FIntRect | ViewportRect | Active viewport size. | |
| FMatrix | ViewProjectionMatrix | View-projection matrix of the camera. |