#include <SceneCaptureSensor.h>
Public Types | |
using | not_spawnable = void |
Prevent this sensor to be spawned by users. More... | |
Public Member Functions | |
FTransform | GetActorTransform () const |
Dummy. Required for compatibility with other sensors only. More... | |
template<typename SensorT > | |
FAsyncDataStream | GetDataStream (const SensorT &Self) |
Return the FDataStream associated with this sensor. More... | |
auto | GetToken () const |
Return the token that allows subscribing to this sensor's stream. More... | |
void | SetDataStream (FDataStream InStream) |
void | SetStream (FDataMultiStream InStream) |
Replace the Stream associated with this sensor. More... | |
Public Attributes | |
bool | bIsUsed = false |
FDataStream | Stream |
Definition at line 72 of file SceneCaptureSensor.h.
using FCameraGBufferFloat::not_spawnable = void |
Prevent this sensor to be spawned by users.
Definition at line 75 of file SceneCaptureSensor.h.
|
inline |
Dummy. Required for compatibility with other sensors only.
Definition at line 94 of file SceneCaptureSensor.h.
|
inline |
Return the FDataStream associated with this sensor.
You need to provide a reference to self, this is necessary for template deduction.
Definition at line 103 of file SceneCaptureSensor.h.
References FDataStreamTmpl< T >::MakeAsyncDataStream(), and FCameraGBufferUint8::Stream.
|
inline |
Return the token that allows subscribing to this sensor's stream.
Definition at line 88 of file SceneCaptureSensor.h.
References FCameraGBufferUint8::bIsUsed, FDataStreamTmpl< T >::GetToken(), and FCameraGBufferUint8::Stream.
|
inline |
Definition at line 77 of file SceneCaptureSensor.h.
References FCameraGBufferUint8::Stream.
|
inline |
Replace the Stream associated with this sensor.
Definition at line 83 of file SceneCaptureSensor.h.
References FCameraGBufferUint8::Stream.
|
mutable |
Definition at line 108 of file SceneCaptureSensor.h.
FDataStream FCameraGBufferFloat::Stream |
Definition at line 109 of file SceneCaptureSensor.h.