Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamComponent
References
| Module | VCamCore |
| Header | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/VCamComponent.h |
| Include | #include "VCamComponent.h" |
Syntax
enum EPIEState
{
Normal,
WasInitializedBeforePIE,
WasNotInitializedBeforePIE,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Variable used for pausing update on editor objects while PIE is running