FEditorAnalyticsSession::LoadAllStoredSessions

Read all stored sessions into the given array.

Windows
MacOS
Linux

References

Module

EditorAnalyticsSession

Header

/Engine/Source/Developer/EditorAnalyticsSession/Public/EditorAnalyticsSession.h

Include

#include "EditorAnalyticsSession.h"

Source

/Engine/Source/Developer/EditorAnalyticsSession/Private/EditorAnalyticsSession.cpp

Syntax

static bool LoadAllStoredSessions
(
    TArray< FEditorAnalyticsSession > & OutSessions
)

Remarks

Read all stored sessions into the given array. This function only loads the sessions that are compatible with the current session format. Between releases, the format of the stored session can change. A newer engine will load sessions from a previous engine as long as the session format did not change.

Returns

true if the sessions were successfully loaded.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss