CARLA
 
载入中...
搜索中...
未找到
SceneCaptureComponent2D_CARLA.h
浏览该文件的文档.
1// Copyright (c) 2022 Computer Vision Center (CVC) at the Universitat Autonoma
2// de Barcelona (UAB).
3//
4// This work is licensed under the terms of the MIT license.
5// For a copy, see <https://opensource.org/licenses/MIT>.
6
7#pragma once
8#include "CoreMinimal.h"
9#include "Components/SceneCaptureComponent2D.h"
10
11#include "SceneCaptureComponent2D_CARLA.generated.h"
12
13
14
15UCLASS(hidecategories=(Collision, Object, Physics, SceneComponent, Mobility))
17{
18 GENERATED_BODY()
19public:
20
21 USceneCaptureComponent2D_CARLA(const FObjectInitializer& = FObjectInitializer::Get());
22
24
25 virtual const AActor* GetViewOwner() const override;
26};