IMutableMessageContext::SetHeader

Sets the value of the header with the specified key.

Windows
MacOS
Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMutableMessageContext.h

Include

#include "IMutableMessageContext.h"

Syntax

void SetHeader
(
    const FName & Key,
    const FString & Value
)

Remarks

Sets the value of the header with the specified key.

Parameters

Parameter

Description

Key

The header key.

Value

The header value.

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