Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FVariantData > API/Plugins/OnlineSubsystem/FVariantData/GetValue
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 |
void GetValue
&40;
uint32 & OutSize,
uint8 &42;&42; OutData
&41; const
Remarks
Copies the data after verifying the type. NOTE: 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
| Name | 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 |