EOnlineKeyValuePairDataType::Type

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h

Include

#include "OnlineKeyValuePair.h"

Syntax

namespace EOnlineKeyValuePairDataType
{
    enum Type
    {
        Empty,
        Int32,
        UInt32,
        Int64,
        UInt64,
        Double,
        String,
        Float,
        Blob,
        Bool,
        Json,
        MAX,
    }
}

Values

Name

Description

Empty

Means the data in the OnlineData value fields should be ignored

Int32

32 bit integer

UInt32

32 bit unsigned integer

Int64

64 bit integer

UInt64

64 bit unsigned integer

Double

Double (8 byte)

String

Unicode string

Float

Float (4 byte)

Blob

Binary data

Bool

Bool data (1 byte)

Json

Serialized json text

MAX

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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