Navigation
API > API/Plugins > API/Plugins/Party
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
| Name | ISocialInteractionWrapper |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Interactions/SocialInteractionMacros.h |
| Include Path | #include "Interactions/SocialInteractionMacros.h" |
Syntax
class ISocialInteractionWrapper
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISocialInteractionWrapper() |
Interactions/SocialInteractionMacros.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExecuteInteraction
(
USocialUser& User |
Interactions/SocialInteractionMacros.h | ||
void ExecuteInteractionWithContext
(
USocialUser& User, |
Interactions/SocialInteractionMacros.h | ||
FText GetDisplayName
(
const USocialUser& User |
Interactions/SocialInteractionMacros.h | ||
FName GetInteractionName() |
Interactions/SocialInteractionMacros.h | ||
FString GetSlashCommandToken() |
Interactions/SocialInteractionMacros.h | ||
bool IsAvailable
(
const USocialUser& User |
Interactions/SocialInteractionMacros.h |