Navigation
API > API/Plugins > API/Plugins/MobileFSR
Inheritance Hierarchy
- ISceneViewExtension
- TSharedFromThis
- FSceneViewExtensionBase
- FMobileFSRViewExtension
References
| Module | MobileFSR |
| Header | /Engine/Plugins/Runtime/MobileFSR/Source/MobileFSR/Public/MobileFSRViewExtension.h |
| Include | #include "MobileFSRViewExtension.h" |
Syntax
class FMobileFSRViewExtension : public FSceneViewExtensionBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMobileFSRViewExtension
(
const FAutoRegister& AutoRegister |
Overridden from ISceneViewExtension
| Type | Name | Description | |
|---|---|---|---|
| void | BeginRenderViewFamily
(
FSceneViewFamily& InViewFamily |
Called on game thread when view family is about to be rendered. | |
| 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. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PreRenderViewFamily_RenderThread
(
FRHICommandListImmediate& RHICmdList, |
Use PreRenderViewFamily_RenderThread with an RDG builder instead. RHI commands can be enqueued directly using GraphBuilder.RHICmdList or queued onto the graph. |