Agrarsense
InstanceSegmentationCamera.h
Go to the documentation of this file.
1// Copyright (c) 2025 FrostBit Software Lab at the Lapland University of Applied Sciences
2//
3// This work is licensed under the terms of the MIT license.
4// For a copy, see <https://opensource.org/licenses/MIT>.
5
6#pragma once
7
9
10#include "InstanceSegmentationCamera.generated.h"
11
22UCLASS()
23class AGRARSENSE_API AInstanceSegmentationCamera : public ACamera
24{
25 GENERATED_BODY()
26
27public:
28
29 AInstanceSegmentationCamera(const FObjectInitializer& ObjectInitializer);
30
31 void Init(FCameraBaseParameters parameters, bool SimulateSensor = true) override;
32
37 virtual ESensorTypes GetSensorType() const override
38 {
40 }
41
42protected:
43
44 virtual void EndPlay(const EEndPlayReason::Type EndPlayReason) final override;
45
46};
ESensorTypes
Definition: SensorTypes.h:15
@ InstanceSegmentationCamera
Definition: Camera.h:53
virtual ESensorTypes GetSensorType() const override