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
(
const FVariantData * Variant,
FProperty * Property,
void * OutValue,
int64 CheckFlags,
int64 SkipFlags
)
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 |