CARLA
Unreal
CarlaUE4
Plugins
Carla
Source
Carla
Sensor
UE4_Overridden
SceneCaptureComponentCube_CARLA.h
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
7
#pragma once
8
#include "CoreMinimal.h"
9
#include "Components/SceneCaptureComponentCube.h"
10
11
#include "SceneCaptureComponentCube_CARLA.generated.h"
12
13
14
15
UCLASS(hidecategories=(Collision, Object, Physics, SceneComponent, Mobility))
16
class CARLA_API
USceneCaptureComponentCube_CARLA
: public
USceneCaptureComponentCube
17
{
18
GENERATED_BODY()
19
public
:
20
21
USceneCaptureComponentCube_CARLA
(
const
FObjectInitializer& =
FObjectInitializer::Get
());
22
23
const
AActor
*
ViewActor
;
24
25
virtual
const
AActor
* GetViewOwner()
const override
;
26
};
USceneCaptureComponentCube_CARLA::ViewActor
const AActor * ViewActor
Definition:
SceneCaptureComponentCube_CARLA.h:23
carla::client::detail::Get
static T Get(carla::rpc::Response< T > &response)
Definition:
client/detail/Client.cpp:36
AActor
USceneCaptureComponentCube
USceneCaptureComponentCube_CARLA
Definition:
SceneCaptureComponentCube_CARLA.h:16
Generated by
1.8.13