FVariantDataConverter::VariantDataToFProperty

Convert an [FVariantData](API\Plugins\OnlineSubsystem\FVariantData) to a [FProperty](API\Runtime\CoreUObject\UObject\FProperty)

Windows
MacOS
Linux

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

Syntax

static bool VariantDataToFProperty
(
    const FVariantData * Variant,
    FProperty * Property,
    void * OutValue,
    int64 CheckFlags,
    int64 SkipFlags
)

Remarks

Convert an FVariantData to a FProperty

Returns

true if it was successful, false otherwise

Parameters

Parameter

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

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