Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
Represents a structure that stores information about operating system store apps. More...
#include "OperatingSystemStoreTypes.h"
Public Member Functions | |
FOperatingSystemStoreApps ()=default | |
Public Attributes | |
TArray< FOperatingSystemStoreProgramData > | StoreProgram |
TArray< float > | AverageRatings |
Represents a structure that stores information about operating system store apps.
This structure contains an array of FOperatingSystemStoreProgramData which represents data about each store program. It also includes an array of floating-point numbers to store average ratings for the group of operating system store apps. The average ratings are in the range of 0.0 to 5.0 and can be used for various operations, such as filtering apps, calculating overall average, etc.
|
default |
Default constructor.
TArray<float> FOperatingSystemStoreApps::AverageRatings |
Represents the average ratings for a group of operating system store apps. The ratings are stored as floating-point numbers in the range of 0.0 to 5.0.
This variable can be used to track and display the average ratings of operating system store apps and perform operations, such as finding the highest or lowest rating, calculating the overall average, or filtering apps based on their ratings.
TArray<FOperatingSystemStoreProgramData> FOperatingSystemStoreApps::StoreProgram |
StoreProgram stores information about operating system store programs.
FOperatingSystemStoreProgramData is a structure that represents data about a store program.