Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamComponent
Variable used for pausing update on editor objects while PIE is running
| Name | EPIEState |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/VCamComponent.h |
| Include Path | #include "VCamComponent.h" |
Syntax
enum EPIEState
{
Normal,
WasInitializedBeforePIE,
WasNotInitializedBeforePIE,
}
Values
| Name | Remarks |
|---|---|
| Normal | Default state when no PIE transition is needed. |
| WasInitializedBeforePIE | We de-initialized this VCam before starting PIE because it was initialized. |
| WasNotInitializedBeforePIE | This VCam was not initialized when PIE was started hence it need to be re-initialized when PIE ends. |