TConcertDataStoreResult::GetValue

Deserializes the stored value into type T.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertDataStoreMessages.h"

Syntax

T GetValue() const

Remarks

Deserializes the stored value into type T. The data store performs type checking and the deserialization is type safe as long as IsValid() or operator bool() returns true.

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