Navigation
API > API/Plugins > API/Plugins/VCamCore
Result of UVCamOutputProviderBase::PreReapplyViewport
| Name | UE::VCamCore::EViewportChangeReply |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Output/Data/EViewportChangeReply.h |
| Include Path | #include "Output/Data/EViewportChangeReply.h" |
Syntax
namespace UE
{
namespace VCamCore
{
enum EViewportChangeReply
{
Reinitialize,
ApplyViewportChange,
}
}
}
Values
| Name | Remarks |
|---|---|
| Reinitialize | Returned by PreReapplyViewport that the subclass wants the entire output provider to be reinitialized. |
| ApplyViewportChange | The viewport change will be processed by the implementation. |