Navigation
API > API/Plugins > API/Plugins/VPUtilities > API/Plugins/VPUtilities/UVPFullScreenUserWidget
Description
If using EVPWidgetDisplayType::PostProcessWithBlendMaterial, you can specify a custom post process settings that should be modified. By default, a new post process component is added to AWorldSettings.
| Name | SetCustomPostProcessSettingsSource |
| Type | function |
| Header File | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Public/Widgets/VPFullScreenUserWidget.h |
| Include Path | #include "Widgets/VPFullScreenUserWidget.h" |
| Source | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Private/Widgets/VPFullScreenUserWidget.cpp |
void SetCustomPostProcessSettingsSource
(
TWeakObjectPtr < UObject > InCustomPostProcessSettingsSource
)