FConcertDataStore_String

A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize [FName](API\Runtime\Core\UObject\FName) and [FString](API\Runtime\Core\Containers\FString) 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_String

Remarks

A USTRUCT() wrapper struct, used by the implementation, to serialize/deserialize FName and FString passed to the Concert data store API.

Variables

Name Description

Public variable UProperty Category visibleanywhere

FString

 

Value

Operators

Name Description

Public function Const

 

operator FName()

Converts the struct to a FName.

Public function Const

 

operator FString()

Converts the struct to a FString.

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