Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsSessionSummaryManager
Information about a property store used by a process.
| Name | FPropertyFileInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsSessionSummaryManager.h |
| Include Path | #include "AnalyticsSessionSummaryManager.h" |
Syntax
struct FPropertyFileInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Pathname | FString | Pathname to the property file. | AnalyticsSessionSummaryManager.h | |
| ProcessId | uint32 | The ID of the process that wrote the property file. | AnalyticsSessionSummaryManager.h | |
| ProcessName | FString | The tag name of the process that wrote the property file. | AnalyticsSessionSummaryManager.h |