CARLA
SceneCaptureComponent2D_CARLA.cpp
Go to the documentation of this file.
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 
8 
9 
10 
11 USceneCaptureComponent2D_CARLA::USceneCaptureComponent2D_CARLA(const FObjectInitializer& ObjectInitializer) :
12  Super(ObjectInitializer)
13 {
14 }
15 
17 {
18  return ViewActor;
19 }
virtual const AActor * GetViewOwner() const override
USceneCaptureComponent2D_CARLA(const FObjectInitializer &=FObjectInitializer::Get())