FOnlineEventParms

Temporary class to assist in deprecation of changing the key from [FName](API\Runtime\Core\UObject\FName) to [FString](API\Runtime\Core\Containers\FString). This will eventually be a typedef to [FOnlineKeyValuePairs< FString, FVariantData >](API\Plugins\OnlineSubsystem\FOnlineKeyValuePairs)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineEventsInterface.h"

Syntax

class FOnlineEventParms : public FOnlineKeyValuePairs< FString, FVariantData >

Remarks

Temporary class to assist in deprecation of changing the key from FName to FString. This will eventually be a typedef to FOnlineKeyValuePairs< FString, FVariantData >

Constructors

Name Description

Public function

FOnlineEventParms()

Public function

FOnlineEventParms

(
    FOnlineEventParms&& Other
)

Public function

FOnlineEventParms

(
    const FOnlineEventParms& Other
)

Public function

FOnlineEventParms

(
    const FOnlineKeyValuePairs< FName, ...
)

FOnlineEventParms now uses FString for the key type instead of FName

Public function

FOnlineEventParms

FOnlineEventParms now uses FString for the key type instead of FName

Operators

Name Description

Public function

FOnlineEvent...

 

operator=

(
    FOnlineEventParms&& Other
)

Public function

FOnlineEvent...

 

operator=

(
    const FOnlineEventParms& Other
)

Typedefs

Name

Description

Super

Deprecated Functions

Name Description

Public function

FVariantData...

 

Add

(
    const FName& InKey,
    const FVariantData& InValue
)

FOnlineEventParms now uses FString for the key type instead of FName

Public function

FVariantData...

 

Emplace

(
    const FName& InKey,
    const FVariantData& InValue
)

FOnlineEventParms now uses FString for the key type instead of FName

Public function

FVariantData...

 

Find

(
    const FName& InKey
)

FOnlineEventParms now uses FString for the key type instead of FName

Public function

 

FOnlineEventParms

(
    const FOnlineKeyValuePairs< FName, ...
)

FOnlineEventParms now uses FString for the key type instead of FName

Public function

 

FOnlineEventParms

FOnlineEventParms now uses FString for the key type instead of FName

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