TConcertDataStoreType

Maps a type to its corresponding USTRUCT() type.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertDataStoreMessages.h"

Syntax

template<typename T>
struct TConcertDataStoreType

Remarks

Maps a type to its corresponding USTRUCT() type. This enables deducing the USTRUCT() struct when calling the Concert data store API. The non-specialized version is expected to match all USTRUCT() structs "as-is" while the specialized versions are meant to map basic types such as int, bool or float to their corresponding USTRUCT() wrapper.

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