Navigation
Unreal Engine C++ API Reference > Plugins > ConcertTransport
References
Module | ConcertTransport |
Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/ConcertMessageContext.h |
Include | #include "ConcertMessageContext.h" |
Syntax
struct FConcertMessageContext
Remarks
Context struct for Concert messages
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TMap< FName, FString > | Annotations | |
![]() |
const FConcertMessageData * | Message | |
![]() |
const UScriptStruct * | MessageType | |
![]() |
FGuid | SenderConcertEndpointId | |
![]() |
FDateTime | UtcNow |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Construct an empty context | ||
![]() |
FConcertMessageContext
(
const FGuid& InSenderConcertEndpointId, |
Construct a context with a reference to the given message data |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const T * | GetMessage () |
Utility to get the message data cast to the correct type |