CARLA
载入中...
搜索中...
未找到
Unreal
CarlaUE4
Plugins
Carla
Source
Carla
Sensor
UE4_Overridden
SceneCaptureComponent_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/SceneCaptureComponent.h"
10
11
#include "SceneCaptureComponent_CARLA.generated.h"
12
13
14
15
UCLASS(hidecategories=(
Collision
, Object, Physics, SceneComponent, Mobility))
16
class CARLA_API
USceneCaptureComponent_CARLA
: public
USceneCaptureComponent
17
{
18
GENERATED_BODY()
19
public
:
20
21
USceneCaptureComponent_CARLA
(
const
FObjectInitializer& = FObjectInitializer::Get());
22
23
const
AActor
*
ViewActor
;
24
25
virtual
const
AActor
* GetViewOwner()
const override
;
26
};
CarlaRecorderPacketId::Collision
@ Collision
AActor
USceneCaptureComponent_CARLA
Definition
SceneCaptureComponent_CARLA.h:17
USceneCaptureComponent_CARLA::ViewActor
const AActor * ViewActor
Definition
SceneCaptureComponent_CARLA.h:23
USceneCaptureComponent
制作者
1.10.0