#include <SceneCaptureSensor.h>
Public 类型 | |
using | not_spawnable = void |
Prevent this sensor to be spawned by users. | |
Public 成员函数 | |
FTransform | GetActorTransform () const |
Dummy. Required for compatibility with other sensors only. | |
template<typename SensorT > | |
FAsyncDataStream | GetDataStream (const SensorT &Self) |
Return the FDataStream associated with this sensor. | |
auto | GetToken () const |
Return the token that allows subscribing to this sensor's stream. | |
void | SetDataStream (FDataStream InStream) |
void | SetStream (FDataMultiStream InStream) |
Replace the Stream associated with this sensor. | |
Public 属性 | |
bool | bIsUsed = false |
FDataStream | Stream |
在文件 SceneCaptureSensor.h 第 29 行定义.
using FCameraGBufferUint8::not_spawnable = void |
Prevent this sensor to be spawned by users.
在文件 SceneCaptureSensor.h 第 32 行定义.
|
inline |
Dummy. Required for compatibility with other sensors only.
在文件 SceneCaptureSensor.h 第 52 行定义.
|
inline |
Return the FDataStream associated with this sensor.
You need to provide a reference to self, this is necessary for template deduction.
在文件 SceneCaptureSensor.h 第 61 行定义.
引用了 FDataStreamTmpl< T >::MakeAsyncDataStream() , 以及 Stream.
|
inline |
Return the token that allows subscribing to this sensor's stream.
在文件 SceneCaptureSensor.h 第 45 行定义.
引用了 bIsUsed, FDataStreamTmpl< T >::GetToken() , 以及 Stream.
被这些函数引用 FCarlaServer::FPimpl::BindActions().
|
inline |
在文件 SceneCaptureSensor.h 第 34 行定义.
引用了 Stream.
|
inline |
|
mutable |
在文件 SceneCaptureSensor.h 第 66 行定义.
被这些函数引用 GetToken().
FDataStream FCameraGBufferUint8::Stream |
在文件 SceneCaptureSensor.h 第 67 行定义.
被这些函数引用 GetDataStream(), GetToken(), SetDataStream() , 以及 SetStream().