Navigation
API > API/Plugins > API/Plugins/VPUtilities > API/Plugins/VPUtilities/FVPFullScreenUserWidget_PostProc-_2
Description
Registers a functor that will determine whether the SVE will be applied for a given frame. The IsActive functor should only ever return false. If it is fine to render, it should return an empty optional.
Functors may be registered before or after the widget is displayed that is before Display(...) is called. All functors are not retained when Hide(...) is called: they are removed
| Name | RegisterIsActiveFunctor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Public/Widgets/Fullscreen/VPFullScreenUserWidget_PostProcessWithSVE.h |
| Include Path | #include "Widgets/Fullscreen/VPFullScreenUserWidget_PostProcessWithSVE.h" |
| Source | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Private/Widgets/Fullscreen/VPFullScreenUserWidget_PostProcessWithSVE.cpp |
void RegisterIsActiveFunctor
(
FSceneViewExtensionIsActiveFunctor IsActiveFunctor
)