Navigation
API > API/Plugins > API/Plugins/ImgMedia
Inheritance Hierarchy
- ISceneViewExtension
- TSharedFromThis
- FSceneViewExtensionBase
- FImgMediaSceneViewExtension
References
| Module | ImgMedia |
| Header | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaSceneViewExtension.h |
| Include | #include "ImgMediaSceneViewExtension.h" |
Syntax
class FImgMediaSceneViewExtension : public FSceneViewExtensionBase
Remarks
Scene view extension used to cache view information (primarily for visible mip/tile calculations).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImgMediaSceneViewExtension
(
const FAutoRegister& AutoReg |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FImgMediaViewInfo > & | GetViewInfos () |
Get the cached camera information array, updated on the game thread by BeginRenderViewFamily. |
Overridden from ISceneViewExtension
| Type | Name | Description | |
|---|---|---|---|
| void | BeginRenderViewFamily
(
FSceneViewFamily& InViewFamily |
Called on game thread when view family is about to be rendered. | |
| int32 | GetPriority () |
Called to determine view extensions priority in relation to other view extensions, higher comes first | |
| void | SetupView
(
FSceneViewFamily& InViewFamily, |
Called on game thread when creating the view. | |
| void | SetupViewFamily
(
FSceneViewFamily& InViewFamily |
Called on game thread when creating the view family. |