FOnlineNotification::FOnlineNotification

Constructor from type and [FJsonObject](API\Runtime\Json\Dom\FJsonObject) System message unless ToUserId is specified; FromUserId optional

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineNotification.h

Include

#include "OnlineNotification.h"

Syntax

FOnlineNotification
(
    const FString & InTypeStr,
    const TSharedPtr< FJsonObject > & InPayload,
    TSharedPtr< const FUniqueNetId > InToUserId,
    TSharedPtr< const FUniqueNetId > InFromUserId
)

Remarks

Constructor from type and FJsonObject System message unless ToUserId is specified; FromUserId optional

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