Navigation
API > API/Runtime > API/Runtime/VirtualProduction > API/Runtime/VirtualProduction/IUpscalerModularFeature
Description
Configure ViewFamily and it Views for specific settings and use these settings for the views. Note: Expected that these parameters should be configured: InOutViewFamily.SetScreenPercentageInterface(); InOutViewFamily.SecondaryViewFraction; 241300 Some features from the settings may require additional customization in the view family or view structures.
| Name | PostConfigureViewFamily |
| Type | function |
| Header File | /Engine/Source/Runtime/VirtualProduction/VirtualProduction/Public/IUpscalerModularFeature.h |
| Include Path | #include "IUpscalerModularFeature.h" |
bool PostConfigureViewFamily
(
const FInstancedPropertyBag & InUpscalerSettings,
const FUpscalerModularFeatureParameters & InUpscalerParam,
FSceneViewFamilyContext & InOutViewFamily
)
Parameters
| Name | Remarks |
|---|---|
| InUpscalerSettings | (in) upscaler settings which we want to use. This settings should be associated with the InOutViews. |
| InUpscalerParam | (in) upscaler parameters that is used to configure view family. |
| InOutViewFamily | (in, out) The view family that will be configured. |