Navigation
API > API/Runtime > API/Runtime/VirtualProduction > API/Runtime/VirtualProduction/IUpscalerModularFeature
Description
Setup SceneView for this upscaler. Upscalers should configure the view properties (e.g. AntiAliasingMethod) for their rendering pipeline (temporal/spatial/etc.).
| Name | SetupSceneView |
| Type | function |
| Header File | /Engine/Source/Runtime/VirtualProduction/VirtualProduction/Public/IUpscalerModularFeature.h |
| Include Path | #include "IUpscalerModularFeature.h" |
void SetupSceneView
(
const FInstancedPropertyBag & InUpscalerSettings,
FSceneView & InOutView
)
Parameters
| Name | Remarks |
|---|---|
| InUpscalerSettings | (in) upscaler settings which we want to use. This settings should be associated with the InOutViews. |
| InOutView | (in) scene view to that will be configured. |