FVariantData::GetValue

Copies the data after verifying the type.

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

void GetValue
(
    uint32 & OutSize,
    uint8 ** OutData
) const

Remarks

Copies the data after verifying the type.

Performs a deep copy so you are responsible for freeing the data Copies the data after verifying the type NOTE: Performs a deep copy so you are responsible for freeing the data

Parameters

Parameter

Description

OutSize

out value that receives the size of the copied data

OutData

out value that receives the copied data

OutSize

out value that receives the size of the copied data

OutData

out value that receives the copied data

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