23 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"GetAppVersion"), Category =
"Game Config")
24 static FString GetAppVersion();
25 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"GetProjectVersion"), Category =
"Game Config")
26 static FString GetProjectVersion();
27 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"GetProjectName"), Category =
"Game Config")
28 static FString GetProjectName();
32 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"GetCurrentPlatform"), Category =
"Game Config")
33 static FString GetCurrentPlatform();
34 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"GetCurrentDate"), Category =
"Game Config")
35 static FString GetBuildDate();
36 UFUNCTION(BlueprintCallable, meta = (DisplayName =
"GetBuildType"), Category =
"Game Config")
37 static FString GetBuildType();