A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UApexSDKSettings Class Referencedefaultconfig

UCLASS(config = Engine, defaultconfig) More...

#include <ApexSDKSettings.h>

Inheritance diagram for UApexSDKSettings:
[legend]

Public Member Functions

bool CheckModuleVersion ()
 

Public Attributes

TArray< EPVRVersionFieldsAdditionalVersionFields
 UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Additional Synchronized Version Fields", Tooltip = "Additional version fields that are synchronized with the module version."))
 
bool bSyncVersion
 UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Sync Module Version", Tooltip = "If sync is enabled, this will make at least the Android and Project version match the Module version. See Synchronized Version Fields"))
 
int ModuleId
 UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Module ID"))
 
FString ModuleVersion
 UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Module Version"))
 
FString ServerURI
 UPROPERTY(Config, EditAnywhere, Category = "Apex")
 

Private Member Functions

 GENERATED_UCLASS_BODY ()
 
bool GetModuleVersionArray (FString Version, TArray< FString > &ModuleVersionArray)
 

Detailed Description

UCLASS(config = Engine, defaultconfig)

Definition at line 21 of file ApexSDKSettings.h.

Member Function Documentation

◆ CheckModuleVersion()

bool UApexSDKSettings::CheckModuleVersion ( )

Definition at line 26 of file ApexSDKSettings.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GENERATED_UCLASS_BODY()

UApexSDKSettings::GENERATED_UCLASS_BODY ( )
private

◆ GetModuleVersionArray()

bool UApexSDKSettings::GetModuleVersionArray ( FString Version,
TArray< FString > & ModuleVersionArray )
private

Definition at line 32 of file ApexSDKSettings.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ AdditionalVersionFields

TArray<EPVRVersionFields> UApexSDKSettings::AdditionalVersionFields
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Additional Synchronized Version Fields", Tooltip = "Additional version fields that are synchronized with the module version."))

Sync versioning

Definition at line 63 of file ApexSDKSettings.h.

◆ bSyncVersion

bool UApexSDKSettings::bSyncVersion
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Sync Module Version", Tooltip = "If sync is enabled, this will make at least the Android and Project version match the Module version. See Synchronized Version Fields"))

Sync versioning

Definition at line 55 of file ApexSDKSettings.h.

◆ ModuleId

int UApexSDKSettings::ModuleId
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Module ID"))

Module ID

Definition at line 40 of file ApexSDKSettings.h.

◆ ModuleVersion

FString UApexSDKSettings::ModuleVersion
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Module Version"))

Definition at line 47 of file ApexSDKSettings.h.

◆ ServerURI

FString UApexSDKSettings::ServerURI
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "Apex")

Apex Endpoint

Definition at line 32 of file ApexSDKSettings.h.


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