Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
UApexSDKLibrary Class Reference

UCLASS() More...

#include <ApexSDKLibrary.h>

Inheritance diagram for UApexSDKLibrary:
[legend]

Static Public Member Functions

static class UApexAPIGetApexAPI (UObject *WorldContextObject)
 
static FString GetAuthToken (UObject *WorldContextObject)
 
static FString GetClientIP (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))
 
static bool GetCurrentSessionGuid (UObject *WorldContextObject, FGuid &OutCurrentSessionId)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))
 
static bool GetCurrentUser (UObject *WorldContextObject, FUserSessionData &OutUser)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))
 
static FString GetDeviceId (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))
 
static FString GetDeviceModel (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))
 
static int GetModuleId (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))
 
static FString GetModuleVersion (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))
 
static FString GetPlatform (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))
 
static bool IsSessionInProgress (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))
 
static bool IsUserLoggedIn (UObject *WorldContextObject)
 UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS()

Definition at line 17 of file ApexSDKLibrary.h.

Member Function Documentation

◆ GENERATED_BODY()

UApexSDKLibrary::GENERATED_BODY ( )
private

◆ GetApexAPI()

UApexAPI * UApexSDKLibrary::GetApexAPI ( UObject * WorldContextObject)
static

Definition at line 143 of file ApexSDKLibrary.cpp.

Here is the caller graph for this function:

◆ GetAuthToken()

FString UApexSDKLibrary::GetAuthToken ( UObject * WorldContextObject)
static

Definition at line 129 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetClientIP()

FString UApexSDKLibrary::GetClientIP ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))

Definition at line 23 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetCurrentSessionGuid()

bool UApexSDKLibrary::GetCurrentSessionGuid ( UObject * WorldContextObject,
FGuid & OutCurrentSessionId )
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))

Definition at line 11 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetCurrentUser()

bool UApexSDKLibrary::GetCurrentUser ( UObject * WorldContextObject,
FUserSessionData & OutUser )
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))

Definition at line 90 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetDeviceId()

FString UApexSDKLibrary::GetDeviceId ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))

Definition at line 45 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetDeviceModel()

FString UApexSDKLibrary::GetDeviceModel ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))

Definition at line 34 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetModuleId()

int UApexSDKLibrary::GetModuleId ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))

Definition at line 67 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetModuleVersion()

FString UApexSDKLibrary::GetModuleVersion ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))

Definition at line 78 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ GetPlatform()

FString UApexSDKLibrary::GetPlatform ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta = (WorldContext = "WorldContextObject"))

Definition at line 56 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ IsSessionInProgress()

bool UApexSDKLibrary::IsSessionInProgress ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))

Definition at line 118 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

◆ IsUserLoggedIn()

bool UApexSDKLibrary::IsUserLoggedIn ( UObject * WorldContextObject)
staticBlueprintCallableBlueprintPure

UFUNCTION(BlueprintPure, BlueprintCallable, Category = "Apex|API", meta=(WorldContext = "WorldContextObject"))

Definition at line 107 of file ApexSDKLibrary.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: