ISocialInteractionWrapper

Link between the class-polymorphism-based interaction handle and the static template-polymorphism-based interactions.

Windows
MacOS
Linux

Inheritance Hierarchy

ISocialInteractionWrapper

TSocialInteractionWrapper

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Interactions/SocialInteractionMacros.h

Include

#include "Interactions/SocialInteractionMacros.h"

Syntax

class ISocialInteractionWrapper

Remarks

Link between the class-polymorphism-based interaction handle and the static template-polymorphism-based interactions. Implementation detail, automatically set up and utilized in the DECLARE_SOCIAL_INTERACTION macros above

Destructors

Name Description

Public function Virtual

~ISocialInteractionWrapper()

Functions

Name Description

Public function Const

void

 

ExecuteInteraction

(
    USocialUser& User
)

Public function Const

FText

 

GetDisplayName

(
    const USocialUser& User
)

Public function Const

FName

 

GetInteractionName()

Public function Const

FString

 

GetSlashCommandToken()

Public function Const

bool

 

IsAvailable

(
    const USocialUser& User
)

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