FConcertDataStore_Double

A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize floating point 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_Double

Remarks

A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize floating point values passed to the Concert data store API.

Variables

Name Description

Public variable UProperty Category visibleanywhere

double

 

Value

Operators

Name Description

Public function Const

 

operator double()

Converts the struct to a double.

Public function Const

 

operator float()

Converts the struct to a double.

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