#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 第 72 行定义.
using FCameraGBufferFloat::not_spawnable = void |
Prevent this sensor to be spawned by users.
在文件 SceneCaptureSensor.h 第 75 行定义.
|
inline |
Dummy. Required for compatibility with other sensors only.
在文件 SceneCaptureSensor.h 第 94 行定义.
|
inline |
Return the FDataStream associated with this sensor.
You need to provide a reference to self, this is necessary for template deduction.
在文件 SceneCaptureSensor.h 第 103 行定义.
引用了 FDataStreamTmpl< T >::MakeAsyncDataStream() , 以及 Stream.
|
inline |
Return the token that allows subscribing to this sensor's stream.
在文件 SceneCaptureSensor.h 第 88 行定义.
引用了 bIsUsed, FDataStreamTmpl< T >::GetToken() , 以及 Stream.
|
inline |
在文件 SceneCaptureSensor.h 第 77 行定义.
引用了 Stream.
|
inline |
|
mutable |
在文件 SceneCaptureSensor.h 第 108 行定义.
被这些函数引用 GetToken().
FDataStream FCameraGBufferFloat::Stream |
在文件 SceneCaptureSensor.h 第 109 行定义.
被这些函数引用 GetDataStream(), GetToken(), SetDataStream() , 以及 SetStream().