Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEngineAnalyticsSessionSummary
Description
Invoked during UpdateSessionProgress() to let derived classes hook in the update. Default implementation does nothing. Returns true to force persisting the properties to disk now.
| Name | UpdateSessionProgressInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Analytics/EngineAnalyticsSessionSummary.h |
| Include Path | #include "Analytics/EngineAnalyticsSessionSummary.h" |
virtual bool UpdateSessionProgressInternal
(
bool bCrashing
)