18 static IMenuSystem* GetMenuInterface(
const UObject* WorldContextObject);
20 UFUNCTION(BlueprintPure, Category =
"EOS", meta=(WorldContext=
"WorldContextObject"))
21 static bool GetIsLoggedIn(
const UObject* WorldContextObject);
23 UFUNCTION(BlueprintPure, Category =
"EOS", meta=(WorldContext=
"WorldContextObject"))
26 UFUNCTION(BlueprintPure, Category =
"EOS", meta=(WorldContext=
"WorldContextObject"))
29 UFUNCTION(BlueprintPure, Category =
"EOS", meta=(WorldContext=
"WorldContextObject"))
30 static UTexture2D* GetProfilePictureImage(
const UObject* WorldContextObject,
const int32 PictureID);
34 UFUNCTION(BlueprintPure, Category =
"EOS", meta=(WorldContext=
"WorldContextObject"))
35 static FUserProfile GetUserOfflineProfile(
const UObject* WorldContextObject);
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition ChatSystemComponent.h:13