Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary > API/Plugins/MultiUserClientLibrary/UMultiUserSubsystem
Description
Extract event message data. Given a MultiUserBlueprintEventData extract the message contents and put it into the desired struct. The struct must match the target type.
| Name | K2_ExtractEventData |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/MultiUserSubsystem.h |
| Include Path | #include "MultiUserSubsystem.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Private/MultiUserSubsystem.cpp |
UFUNCTION (BlueprintCallable, CustomThunk, Category="Multi-user",
Meta=(CustomStructureParam="StructOut", AllowAbstract="false", DisplayName="Extract Event Data"))
void K2_ExtractEventData
(
FMultiUserBlueprintEventData & EventData,
int32 & StructOut
)
Parameters
| Name | Remarks |
|---|---|
| StructOut | The a reference to the structure that will receive the data. |