Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FVariantDataConverter
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include | #include "OnlineKeyValuePair.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
static bool VariantDataToFProperty
&40;
const FVariantData &42; Variant,
FProperty &42; Property,
void &42; OutValue,
int64 CheckFlags,
int64 SkipFlags
&41;
Remarks
Convert an FVariantData to a FProperty true if it was successful, false otherwise
Parameters
| Name | Description |
|---|---|
| Variant | Input variant data |
| Property | definition of the property |
| OutValue | outgoing property data container |
| CheckFlags | property must have this flag to be serialized |
| SkipFlags | property cannot have this flag to be serialized |