Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamOutputProviderBase
Description
Requests that at end of the frame the target viewport's resolution is updated to match this provider's settings.
The update will have no effect if this output provider does not have ownership over the target viewport; ownership is granted if the viewport is locked to this output provider (either NeedsForceLockToViewport returns true or the UVCamComponent::ViewportLocker is configured accordingly).
| Name | RequestResolutionRefresh |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Output/VCamOutputProviderBase.h |
| Include Path | #include "Output/VCamOutputProviderBase.h" |
| Source | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Private/Output/VCamOutputProviderBase.cpp |
void RequestResolutionRefresh() const