Navigation
API > API/Plugins > API/Plugins/StageMonitorCommon
Settings associated to file exporter
| Name | FStageDataExportSettings |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StageMonitoring/Source/StageMonitorCommon/Public/StageMonitoringSettings.h |
| Include Path | #include "StageMonitoringSettings.h" |
Syntax
USTRUCT ()
struct FStageDataExportSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bKeepOnlyLastPeriodMessage | bool | Save only the last instance of periodic message types True by default to reduce file size | StageMonitoringSettings.h |
|
| ExcludedMessageTypes | TArray< FStageMessageTypeWrapper > | Message types to exclude from session when exporting | StageMonitoringSettings.h |
|