Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
Include |
#include "OnlineKeyValuePair.h" |
class FVariantDataConverter
Helper class for converting from UStruct to FVariantData and back only very basic flat UStructs with POD types are supported
Name | Description | ||
---|---|---|---|
|
FPropertyToVariantData ( |
Convert a single FProperty to an FVariantData |
|
|
UStructToVariantMap |
Convert a UStruct into a variant mapping table |
|
|
VariantDataToFProperty ( |
Convert an FVariantData to a FProperty |
|
|
VariantMapToUStruct |
Convert a map of FVariantData elements to a UStruct |