FConcertSessionSerializedPayload

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h

Include

#include "ConcertMessageData.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertSessionSerializedPayload

Variables

Name Description

Public variable UProperty

TArray< uint8 >

 

CompressedPayload

The data of the user-defined payload (stored as compressed binary for compact transfer).

Public variable UProperty Category visibleanywhere

FName

 

PayloadTypeName

The typename of the user-defined payload.

Public variable UProperty Category visibleanywhere

int32

 

UncompressedPayloadSize

The uncompressed size of the user-defined payload data.

Functions

Name Description

Public function Const

bool

 

GetPayload

(
    FStructOnScope& OutPayload
)

Extract the payload into an in-memory instance

Public function Const

bool

 

GetPayload

(
    const UScriptStruct* InPayload...,
    void* InOutPayloadData
)

Extract the payload into an in-memory instance

Public function Const

bool

 

GetTypedPayload

(
    T& OutPayloadData
)

Public function

bool

 

SetPayload

(
    const FStructOnScope& InPayload
)

Initialize this payload from the given data

Public function

bool

 

SetPayload

(
    const UScriptStruct* InPayload...,
    const void* InPayloadData
)

Initialize this payload from the given data

Public function

bool

 

SetTypedPayload

(
    const T& InPayloadData
)

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