1.x.x |
Documentation for the Unreal C++ Plugin
|
UCLASS(config = Engine, defaultconfig) More...
#include <ApexSDKSettings.h>
Public Member Functions | |
bool | CheckModuleVersion () |
Public Attributes | |
TArray< EPVRVersionFields > | AdditionalVersionFields |
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) |
UCLASS(config = Engine, defaultconfig)
Definition at line 21 of file ApexSDKSettings.h.
bool UApexSDKSettings::CheckModuleVersion | ( | ) |
Definition at line 26 of file ApexSDKSettings.cpp.
|
private |
|
private |
|
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.
|
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.
|
ConfigEditAnywhere |
UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Module ID"))
Module ID
Definition at line 40 of file ApexSDKSettings.h.
|
ConfigEditAnywhere |
UPROPERTY(Config, EditAnywhere, Category = "Apex", meta = (DisplayName = "Module Version"))
Definition at line 47 of file ApexSDKSettings.h.
|
ConfigEditAnywhere |
UPROPERTY(Config, EditAnywhere, Category = "Apex")
Apex Endpoint
Definition at line 32 of file ApexSDKSettings.h.