FOnlineMessagePayload::GetAttribute

Find an attribute by name and get its value

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineMessageInterface.h

Include

#include "Interfaces/OnlineMessageInterface.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineMessage.cpp

Syntax

bool GetAttribute
(
    const FString & AttrName,
    FVariantData & OutAttrValue
) const

Remarks

Find an attribute by name and get its value

Returns

true if attribute was found

Parameters

Parameter

Description

AttrName

name of attribute entry to find

OutAttrValue

[out] attribute value to write to

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