Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEvaluationService.h |
| Include | #include "Core/CameraEvaluationService.h" |
Syntax
namespace UE
{
namespace Cameras
{
enum ECameraEvaluationServiceFlags
{
None = 0,
NeedsPreUpdate = 1 << 0,
NeedsPostUpdate = 1 << 1,
NeedsRootCameraNodeEvents = 1 << 2,
}
}
}
Values
| Name | Description |
|---|---|
| None | |
| NeedsPreUpdate | |
| NeedsPostUpdate | |
| NeedsRootCameraNodeEvents |
Remarks
Flags for what callbacks an evaluation service wants to opt-into.