Navigation
API > API/Plugins > API/Plugins/Party
| Name | TSocialInteractionWrapper |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Interactions/SocialInteractionMacros.h |
| Include Path | #include "Interactions/SocialInteractionMacros.h" |
Syntax
template<typename InteractionT>
class TSocialInteractionWrapper : public ISocialInteractionWrapper
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSocialInteractionWrapper() |
Interactions/SocialInteractionMacros.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InteractionT | friend | Interactions/SocialInteractionMacros.h |
Functions
Public
Overridden from ISocialInteractionWrapper
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExecuteInteraction
(
USocialUser& User |
Interactions/SocialInteractionMacros.h | ||
virtual void ExecuteInteractionWithContext
(
USocialUser& User, |
Interactions/SocialInteractionMacros.h | ||
virtual FText GetDisplayName
(
const USocialUser& User |
Interactions/SocialInteractionMacros.h | ||
virtual FName GetInteractionName() |
Interactions/SocialInteractionMacros.h | ||
virtual FString GetSlashCommandToken() |
Interactions/SocialInteractionMacros.h | ||
virtual bool IsAvailable
(
const USocialUser& User |
Interactions/SocialInteractionMacros.h |