Public Member Functions | |
UNVSceneFeatureExtractor (const FObjectInitializer &ObjectInitializer) | |
FString | GetDisplayName () const |
virtual class UWorld * | GetWorld () const override |
void | Init (UNVSceneCapturerViewpointComponent *InOwnerViewpoint) |
bool | IsEnabled () const |
virtual void | StartCapturing () |
virtual void | StopCapturing () |
virtual void | UpdateCapturerSettings () |
Public Attributes | |
bool | bIsEnabled |
If true, the feature extractor will capture otherwise it won't ToDo: Move to protected. More... | |
FString | Description |
FString | DisplayName |
Name of the feature extractor to show. More... | |
FString | ExportFileNamePostfix |
The string to add to the end of the exported file's name captured from this feature extractor. e.g: "depth", "mask" ... More... | |
Protected Member Functions | |
virtual void | UpdateSettings () |
Protected Attributes | |
bool | bCapturing |
ANVSceneCapturerActor * | OwnerCapturer |
UNVSceneCapturerViewpointComponent * | OwnerViewpoint |
Definition at line 39 of file NVSceneFeatureExtractor.h.
bool UNVSceneFeatureExtractor::bIsEnabled |
If true, the feature extractor will capture otherwise it won't ToDo: Move to protected.
Definition at line 64 of file NVSceneFeatureExtractor.h.
FString UNVSceneFeatureExtractor::DisplayName |
Name of the feature extractor to show.
Definition at line 67 of file NVSceneFeatureExtractor.h.
FString UNVSceneFeatureExtractor::ExportFileNamePostfix |
The string to add to the end of the exported file's name captured from this feature extractor. e.g: "depth", "mask" ...
Definition at line 73 of file NVSceneFeatureExtractor.h.