Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FSceneCapturePhotoSet
Status of a given capture type
| Name | ECaptureTypeStatus |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Scene/SceneCapturePhotoSet.h |
| Include Path | #include "Scene/SceneCapturePhotoSet.h" |
Syntax
enum ECaptureTypeStatus
{
Disabled = 0,
Computed = 1,
Pending = 2,
}
Values
| Name | Remarks |
|---|---|
| Disabled | The capture type is not enabled |
| Computed | The capture type is enabled and the photo set is computed for the current scene capture parameters |
| Pending | The capture type is enabled but the photo set is not computed for the current scene capture parameters. |