EOnlineStatModificationType

How should we modify this stat in relation to previous values?

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineStatsInterface.h

Include

#include "Interfaces/OnlineStatsInterface.h"

Syntax

enum EOnlineStatModificationType
{
    Unknown,
    Sum,
    Set,
    Largest,
    Smallest,
}

Values

Name

Description

Unknown

Let the backend decide how to update this value (or set to new value if backend does not decide)

Sum

Add the new value to the previous value

Set

Overwrite previous value with the new value

Largest

Only replace previous value if new value is larger

Smallest

Only replace previous value if new value is smaller

Remarks

How should we modify this stat in relation to previous values?

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