FConcertDataStore_Integer

A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize integers (of any type) or bool values passed to the Concert data store API.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h

Include

#include "ConcertDataStoreMessages.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertDataStore_Integer

Remarks

A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize integers (of any type) or bool values passed to the Concert data store API.

Variables

Name Description

Public variable UProperty Category visibleanywhere

uint64

 

Value

The stored value.

Operators

Name Description

Public function Const

 

operator bool()

Converts the struct to a boolean.

Public function Const

 

operator int16()

Converts the struct to a int16.

Public function Const

 

operator int32()

Converts the struct to a int32.

Public function Const

 

operator int64()

Converts the struct to a int64.

Public function Const

 

operator int8()

Converts the struct to a int8.

Public function Const

 

operator uint16()

Converts the struct to a uint16.

Public function Const

 

operator uint32()

Converts the struct to a uint32.

Public function Const

 

operator uint64()

Converts the struct to a uint64.

Public function Const

 

operator uint8()

Converts the struct to a uint8.

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